Skip to content

Commit dcfe380

Browse files
author
Michael Wright
committed
Remove unused attrs in while_let_on_iterator tests
1 parent 225f86f commit dcfe380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/while_let_on_iterator.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#![warn(clippy::while_let_loop, clippy::empty_loop, clippy::while_let_on_iterator)]
2-
#![allow(dead_code, clippy::never_loop, unused, clippy::cognitive_complexity)]
1+
#![warn(clippy::while_let_on_iterator)]
2+
#![allow(clippy::never_loop, clippy::cognitive_complexity)]
33

44
fn main() {
55
let mut iter = 1..20;

0 commit comments

Comments
 (0)