summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/while_let_on_iterator.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/while_let_on_iterator.fixed')
-rw-r--r--src/tools/clippy/tests/ui/while_let_on_iterator.fixed4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/while_let_on_iterator.fixed b/src/tools/clippy/tests/ui/while_let_on_iterator.fixed
index c2f216a89..41a380ab8 100644
--- a/src/tools/clippy/tests/ui/while_let_on_iterator.fixed
+++ b/src/tools/clippy/tests/ui/while_let_on_iterator.fixed
@@ -6,7 +6,9 @@
clippy::manual_find,
clippy::never_loop,
clippy::redundant_closure_call,
- clippy::uninlined_format_args
+ clippy::single_range_in_vec_init,
+ clippy::uninlined_format_args,
+ clippy::useless_vec
)]
fn base() {