mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 22:17:08 +00:00
Move useless_anynous_reexport lint into unused_imports As mentioned in https://github.com/rust-lang/rust/pull/109003, this check should have been merged with `unused_imports` in the start. r? `@petrochenkov`