Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/lib.rs')
-rw-r--r--crates/hir-expand/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-expand/src/lib.rs b/crates/hir-expand/src/lib.rs
index 67b7adaf90..c262fcae47 100644
--- a/crates/hir-expand/src/lib.rs
+++ b/crates/hir-expand/src/lib.rs
@@ -24,6 +24,7 @@ pub mod span_map;
mod cfg_process;
mod fixup;
+
use attrs::collect_attrs;
use rustc_hash::FxHashMap;
use triomphe::Arc;