roguelike-tutorial icon indicating copy to clipboard operation
roguelike-tutorial copied to clipboard

Group the `use` statements better

Open tomassedovic opened this issue 6 years ago • 0 comments
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.

tomassedovic avatar Oct 01 '19 21:10 tomassedovic