We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb4d46 commit 14ca695Copy full SHA for 14ca695
clippy_utils/src/paths.rs
@@ -49,8 +49,6 @@ pub const IDENT_AS_STR: [&str; 4] = ["rustc_span", "symbol", "Ident", "as_str"];
49
pub const INSERT_STR: [&str; 4] = ["alloc", "string", "String", "insert_str"];
50
pub const ITER_EMPTY: [&str; 5] = ["core", "iter", "sources", "empty", "Empty"];
51
pub const ITER_EXTEND: [&str; 6] = ["core", "iter", "traits", "collect", "Extend", "extend"];
52
-pub const ITER_REPEAT: [&str; 5] = ["core", "iter", "sources", "repeat", "repeat"];
53
-#[expect(clippy::invalid_paths)] // internal lints do not know about all external crates
54
pub const ITERTOOLS_NEXT_TUPLE: [&str; 3] = ["itertools", "Itertools", "next_tuple"];
55
#[cfg(feature = "internal")]
56
pub const KW_MODULE: [&str; 3] = ["rustc_span", "symbol", "kw"];
0 commit comments