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
Similar to #2399, rustfmt will still reorder mod statements of modules that contain a #![macro_use] attribute, as opposed to the mod itself being annotated with #[macro_use]. This is equivalently invalid reordering.