Optimize Imports sorts `mod` after `use`
trivigy opened this issue · 4 comments
trivigy commented
Technically this doesn't make any difference but syntactically it is much easier to read when use statements are positioned after the mod. Almost like saying "from this imported module, use these things in the current scope."
Not sure if this is some kind of generic clion configuration or the intellij-rust specific but could not figure out how to change that. Would greatly appreciate any kind of advice.
trivigy commented
wrong repo. closing.
trivigy commented
After thinking about it for a few extra days I actually think I just gave up and kept going with it as is.