We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bb746 commit 884336eCopy full SHA for 884336e
src/tools/clippy/tests/ui/iter_count.fixed
@@ -3,11 +3,11 @@
3
4
#![warn(clippy::iter_count)]
5
#![allow(
6
-unused_variables,
7
-array_into_iter,
8
-unused_mut,
9
-clippy::into_iter_on_ref,
10
-clippy::unnecessary_operation
+ unused_variables,
+ array_into_iter,
+ unused_mut,
+ clippy::into_iter_on_ref,
+ clippy::unnecessary_operation
11
)]
12
13
extern crate option_helpers;
src/tools/clippy/tests/ui/iter_count.rs
0 commit comments