Skip to content

Commit 1f08765

Browse files
committed
hotfix: remove unnecessary path
1 parent 37eb8c3 commit 1f08765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_utils/src/paths.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ pub const IDENT_AS_STR: [&str; 4] = ["rustc_span", "symbol", "Ident", "as_str"];
5050
pub const INSERT_STR: [&str; 4] = ["alloc", "string", "String", "insert_str"];
5151
pub const ITER_EMPTY: [&str; 5] = ["core", "iter", "sources", "empty", "Empty"];
5252
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
5553
pub const ITERTOOLS_NEXT_TUPLE: [&str; 3] = ["itertools", "Itertools", "next_tuple"];
5654
#[cfg(feature = "internal")]
5755
pub const KW_MODULE: [&str; 3] = ["rustc_span", "symbol", "kw"];

0 commit comments

Comments
 (0)