We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8549e commit e1cc628Copy full SHA for e1cc628
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;
tests/ui/iter_count.rs
0 commit comments