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