Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-rustin committed Jun 18, 2021
1 parent 6e8549e commit e1cc628
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tests/ui/iter_count.fixed
Expand Up @@ -3,11 +3,11 @@

#![warn(clippy::iter_count)]
#![allow(
unused_variables,
array_into_iter,
unused_mut,
clippy::into_iter_on_ref,
clippy::unnecessary_operation
unused_variables,
array_into_iter,
unused_mut,
clippy::into_iter_on_ref,
clippy::unnecessary_operation
)]

extern crate option_helpers;
Expand Down
10 changes: 5 additions & 5 deletions tests/ui/iter_count.rs
Expand Up @@ -3,11 +3,11 @@

#![warn(clippy::iter_count)]
#![allow(
unused_variables,
array_into_iter,
unused_mut,
clippy::into_iter_on_ref,
clippy::unnecessary_operation
unused_variables,
array_into_iter,
unused_mut,
clippy::into_iter_on_ref,
clippy::unnecessary_operation
)]

extern crate option_helpers;
Expand Down

0 comments on commit e1cc628

Please sign in to comment.