summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/iter_cloned_collect.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/iter_cloned_collect.fixed')
-rw-r--r--src/tools/clippy/tests/ui/iter_cloned_collect.fixed1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/tests/ui/iter_cloned_collect.fixed b/src/tools/clippy/tests/ui/iter_cloned_collect.fixed
index 88f08bb99..2baea06f8 100644
--- a/src/tools/clippy/tests/ui/iter_cloned_collect.fixed
+++ b/src/tools/clippy/tests/ui/iter_cloned_collect.fixed
@@ -1,6 +1,7 @@
//@run-rustfix
#![allow(unused)]
+#![allow(clippy::useless_vec)]
use std::collections::HashSet;
use std::collections::VecDeque;