Skip to content

Commit 7223ee6

Browse files
committed
allow clippy::iter_count
1 parent 51617b8 commit 7223ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/needless_collect.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// run-rustfix
22

3-
#![allow(unused, clippy::suspicious_map)]
3+
#![allow(unused, clippy::suspicious_map, clippy::iter_count)]
44

55
use std::collections::{BTreeSet, HashMap, HashSet};
66

tests/ui/needless_collect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// run-rustfix
22

3-
#![allow(unused, clippy::suspicious_map)]
3+
#![allow(unused, clippy::suspicious_map, clippy::iter_count)]
44

55
use std::collections::{BTreeSet, HashMap, HashSet};
66

0 commit comments

Comments
 (0)