mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 11:56:47 +00:00
resolve: When suppressing `out_of_scope_macro_calls` suppress `unused_imports` as well Fixes the example from this comment - https://github.com/rust-lang/rust/issues/147823#issuecomment-3421770900. Fixes https://github.com/rust-lang/rust/issues/148143.