Prelude imports are exempt from wildcard import warnings. Until now only imports of the form ``` use ...::prelude::*; ``` were considered. This change makes it so that the segment `prelude` can show up anywhere, for instance: ``` use ...::prelude::v1::*; ``` Fixes #5917 |
||
|---|---|---|
| .. | ||
| doc_unsafe_macros.rs | ||
| implicit_hasher_macros.rs | ||
| macro_rules.rs | ||
| macro_use_helper.rs | ||
| option_helpers.rs | ||
| proc_macro_attr.rs | ||
| proc_macro_derive.rs | ||
| use_self_macro.rs | ||
| wildcard_imports_helper.rs | ||