summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/get_first.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/get_first.rs')
-rw-r--r--src/tools/clippy/tests/ui/get_first.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/clippy/tests/ui/get_first.rs b/src/tools/clippy/tests/ui/get_first.rs
index 2062f3ec2..bc0e233fd 100644
--- a/src/tools/clippy/tests/ui/get_first.rs
+++ b/src/tools/clippy/tests/ui/get_first.rs
@@ -1,9 +1,7 @@
//@run-rustfix
#![warn(clippy::get_first)]
#![allow(clippy::useless_vec)]
-use std::collections::BTreeMap;
-use std::collections::HashMap;
-use std::collections::VecDeque;
+use std::collections::{BTreeMap, HashMap, VecDeque};
struct Bar {
arr: [u32; 3],