mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
64d7e0d0b6
vis note for no pub reexports glob import Fixes #115966 Only trigger the `unused_import` lint when it's not being used. r? `@petrochenkov`