use
imports are wrapped unless double-nested imports are present
#3286
Labels
Milestone
use
imports are wrapped unless double-nested imports are present
#3286
rustfmt gives this:
which is, IMO, pretty gross as it mixes imports from many different crates all together onto the same line.
Adding a group after
_ext::
and addingBar
to it gives this:which is more like what I would expect. What's going on here? Is there a setting that can be enabled to always get the bottom layout, even when no nested groups are present?
The text was updated successfully, but these errors were encountered: