Skip to content

Commit 884336e

Browse files
committed
Address comment
1 parent d7bb746 commit 884336e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/tools/clippy/tests/ui/iter_count.fixed

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
#![warn(clippy::iter_count)]
55
#![allow(
6-
unused_variables,
7-
array_into_iter,
8-
unused_mut,
9-
clippy::into_iter_on_ref,
10-
clippy::unnecessary_operation
6+
unused_variables,
7+
array_into_iter,
8+
unused_mut,
9+
clippy::into_iter_on_ref,
10+
clippy::unnecessary_operation
1111
)]
1212

1313
extern crate option_helpers;

src/tools/clippy/tests/ui/iter_count.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
#![warn(clippy::iter_count)]
55
#![allow(
6-
unused_variables,
7-
array_into_iter,
8-
unused_mut,
9-
clippy::into_iter_on_ref,
10-
clippy::unnecessary_operation
6+
unused_variables,
7+
array_into_iter,
8+
unused_mut,
9+
clippy::into_iter_on_ref,
10+
clippy::unnecessary_operation
1111
)]
1212

1313
extern crate option_helpers;

0 commit comments

Comments
 (0)