Skip to content

Commit 14ca695

Browse files
committed
hotfix: remove unnecessary path
1 parent ceb4d46 commit 14ca695

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_utils/src/paths.rs

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

0 commit comments

Comments
 (0)