Skip to content

Commit d29c4c9

Browse files
committed
Auto merge of #10174 - chansuke:hotfix/remove-paths, r=dswij
hotfix: remove `ITER_COUNT` since it is not called `&paths:ITER_COUNT` is not being called from anywhere, so removing it doesn't seem to be a problem. --- changelog: none
2 parents cf1d3d0 + d8877bb commit d29c4c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_utils/src/paths.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pub const IDENT: [&str; 3] = ["rustc_span", "symbol", "Ident"];
4747
#[cfg(feature = "internal")]
4848
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"];
50-
pub const ITER_COUNT: [&str; 6] = ["core", "iter", "traits", "iterator", "Iterator", "count"];
5150
pub const ITER_EMPTY: [&str; 5] = ["core", "iter", "sources", "empty", "Empty"];
5251
pub const ITERTOOLS_NEXT_TUPLE: [&str; 3] = ["itertools", "Itertools", "next_tuple"];
5352
#[cfg(feature = "internal")]

0 commit comments

Comments
 (0)