I hate the new convention of `foo/*.rs` and `foo.rs` instead of `foo/*.rs` and `foo/mod.rs`, because most tools out there list directories first and then files, including GitHub, so the two bits are not close to one another when browsing a repo.
Conversation
Replying to
yeah this is one reason I wasn't a big fan - I've made the switch though :(

