about summary refs log tree commit diff
path: root/src/modules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.rs')
-rw-r--r--src/modules.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.rs b/src/modules.rs
index 0590f28ee05..493b04f16c6 100644
--- a/src/modules.rs
+++ b/src/modules.rs
@@ -4,8 +4,8 @@ use std::path::{Path, PathBuf};
 
 use rustc_ast::ast;
 use rustc_ast::visit::Visitor;
-use rustc_span::symbol::{self, sym, Symbol};
 use rustc_span::Span;
+use rustc_span::symbol::{self, Symbol, sym};
 use thin_vec::ThinVec;
 use thiserror::Error;