about summary refs log tree commit diff
path: root/tests/ui/or_fun_call.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/or_fun_call.fixed')
-rw-r--r--tests/ui/or_fun_call.fixed3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/or_fun_call.fixed b/tests/ui/or_fun_call.fixed
index 703debb7a26..6deff0f3240 100644
--- a/tests/ui/or_fun_call.fixed
+++ b/tests/ui/or_fun_call.fixed
@@ -9,8 +9,7 @@
     clippy::useless_vec
 )]
 
-use std::collections::BTreeMap;
-use std::collections::HashMap;
+use std::collections::{BTreeMap, HashMap};
 use std::time::Duration;
 
 /// Checks implementation of the `OR_FUN_CALL` lint.