You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only disadvantage I can see is that imports_granularity is still unstable (rust-lang/rustfmt#4681). So we'll need everyone who contributes to Maud to use nightly.
I don't think that's an issue, though, since the tests are already nightly-only.
See https://rust-lang.github.io/rustfmt/#imports_granularity
Currently, Maud uses the "module" style. But we should consider switching to "crate" style instead.
The text was updated successfully, but these errors were encountered: