Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/mod_path.rs')
-rw-r--r--crates/hir-expand/src/mod_path.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-expand/src/mod_path.rs b/crates/hir-expand/src/mod_path.rs
index 5c160240a2..7f8dc0dba6 100644
--- a/crates/hir-expand/src/mod_path.rs
+++ b/crates/hir-expand/src/mod_path.rs
@@ -7,7 +7,7 @@ use std::{
use crate::{
db::ExpandDatabase,
- hygiene::{marks_rev, SyntaxContextExt, Transparency},
+ hygiene::{SyntaxContextExt, Transparency, marks_rev},
name::{AsName, Name},
tt,
};
@@ -15,7 +15,7 @@ use base_db::Crate;
use intern::sym;
use smallvec::SmallVec;
use span::{Edition, SyntaxContext};
-use syntax::{ast, AstNode};
+use syntax::{AstNode, ast};
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct ModPath {