tomassedovic/roguelike-tutorial

Update to Rust 2018

Closed this issue · 2 comments

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.

iszla commented

Fixed in #52 not 100% sure if I got all cases.

Yeah, that's kind of hard to verify. But it's much better now :-). Closing, thanks!