roguelike-tutorial
roguelike-tutorial copied to clipboard
Group the `use` statements better
trafficstars
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.