]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/src/paths.rs
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
[rust.git] / clippy_utils / src / paths.rs
index 560614efc749e1b1fd29102de9a7322d6284d31b..11a446e42a4e185c846f4e42bf145b3a9f5a27c1 100644 (file)
@@ -61,7 +61,6 @@
 pub const IO_WRITE: [&str; 3] = ["std", "io", "Write"];
 pub const IPADDR_V4: [&str; 4] = ["std", "net", "IpAddr", "V4"];
 pub const IPADDR_V6: [&str; 4] = ["std", "net", "IpAddr", "V6"];
-pub const ITERATOR: [&str; 5] = ["core", "iter", "traits", "iterator", "Iterator"];
 #[cfg(feature = "internal-lints")]
 pub const KW_MODULE: [&str; 3] = ["rustc_span", "symbol", "kw"];
 #[cfg(feature = "internal-lints")]