stevenarella/shared
ice_iix 77cd4ecf35 Use field init shorthand, instead of x:x, just x,
https://rust-lang-nursery.github.io/edition-guide/rust-2018/data-types/field-init-shorthand.html

find src -name '*.rs' -exec perl -pe 's/\b(\w+): \1,/$1,/g' -i {} \;
2018-11-04 13:43:30 -08:00
..
src Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
Cargo.lock Replace usages of x,y,z for block positions with Position 2016-04-03 20:53:40 +01:00
Cargo.toml Update Cargo.tomls to Rust edition 2018, fix crate imports. Closes #13 2018-11-04 12:15:34 -08:00