Update to Rust 2018
Closed this issue · 2 comments
tomassedovic commented
We can remove extern crate
and replace usages like: Object { x: x, y: y, char: char, color: color }
with Object { x, y, char, color }
now.
tomassedovic commented
Yeah, that's kind of hard to verify. But it's much better now :-). Closing, thanks!