From 76f2b9d2ef797fb995f1bd2706a7e609d014a67a Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Mon, 4 Jan 2021 10:53:31 +0800 Subject: Proper handling $crate Take 2 --- crates/ide_db/src/apply_change.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ide_db/src') diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide_db/src/apply_change.rs index 71c19ed13..c770a236b 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs @@ -145,6 +145,7 @@ impl RootDatabase { hir::db::MacroDefQuery hir::db::ParseMacroExpansionQuery hir::db::MacroExpandQuery + hir::db::HygieneFrameQuery // DefDatabase hir::db::ItemTreeQuery -- cgit v1.2.3