tomassedovic/roguelike-tutorial

Group the `use` statements better

Opened this issue · 0 comments

Right now, they're ordered kind of willy-nilly. I'm pretty sure the Rust style guide has something to say about ordering the various use statements.

Even if it doesn't, we should probably start using the 2018 grouped formatting.