Skip to content

Commit 7b90cb5

Browse files
committed
Update more changed iterator paths
1 parent dc8c7b1 commit 7b90cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/paths.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub const INDEX: [&str; 3] = ["core", "ops", "Index"];
3838
pub const INDEX_MUT: [&str; 3] = ["core", "ops", "IndexMut"];
3939
pub const INIT: [&str; 4] = ["core", "intrinsics", "", "init"];
4040
pub const INTO: [&str; 3] = ["core", "convert", "Into"];
41-
pub const INTO_ITERATOR: [&str; 4] = ["core", "iter", "traits", "IntoIterator"];
41+
pub const INTO_ITERATOR: [&str; 5] = ["core", "iter", "traits", "collect", "IntoIterator"];
4242
pub const IO_READ: [&str; 3] = ["std", "io", "Read"];
4343
pub const IO_WRITE: [&str; 3] = ["std", "io", "Write"];
4444
pub const ITERATOR: [&str; 5] = ["core", "iter", "traits", "iterator", "Iterator"];

0 commit comments

Comments
 (0)