Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/ast_id_map.rs')
-rw-r--r--crates/hir-expand/src/ast_id_map.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-expand/src/ast_id_map.rs b/crates/hir-expand/src/ast_id_map.rs
index 2d24496ab7..be0b72f9df 100644
--- a/crates/hir-expand/src/ast_id_map.rs
+++ b/crates/hir-expand/src/ast_id_map.rs
@@ -17,10 +17,10 @@ use profile::Count;
use rustc_hash::FxHasher;
use syntax::{ast, AstNode, AstPtr, SyntaxNode, SyntaxNodePtr};
-pub use base_db::span::ErasedFileAstId;
-
use crate::db;
+pub use base_db::span::ErasedFileAstId;
+
/// `AstId` points to an AST node in any file.
///
/// It is stable across reparses, and can be used as salsa key/value.