about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_lint/src/tests.rs')
-rw-r--r--compiler/rustc_lint/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/tests.rs b/compiler/rustc_lint/src/tests.rs
index 988d1645fba..7fbf381a8d3 100644
--- a/compiler/rustc_lint/src/tests.rs
+++ b/compiler/rustc_lint/src/tests.rs
@@ -1,4 +1,4 @@
-use rustc_span::{create_default_session_globals_then, Symbol};
+use rustc_span::{Symbol, create_default_session_globals_then};
 
 use crate::levels::parse_lint_and_tool_name;