diff options
author | Edwin Cheng <[email protected]> | 2021-01-04 02:53:31 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2021-01-07 05:08:32 +0000 |
commit | 76f2b9d2ef797fb995f1bd2706a7e609d014a67a (patch) | |
tree | f8f81c7afd64167746a40a576e63fcd234c14b5b /crates/ide_db/src | |
parent | b47c63a4bcefe93be3e5fe97b2a57489f13da493 (diff) |
Proper handling $crate Take 2
Diffstat (limited to 'crates/ide_db/src')
-rw-r--r-- | crates/ide_db/src/apply_change.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
145 | hir::db::MacroDefQuery | 145 | hir::db::MacroDefQuery |
146 | hir::db::ParseMacroExpansionQuery | 146 | hir::db::ParseMacroExpansionQuery |
147 | hir::db::MacroExpandQuery | 147 | hir::db::MacroExpandQuery |
148 | hir::db::HygieneFrameQuery | ||
148 | 149 | ||
149 | // DefDatabase | 150 | // DefDatabase |
150 | hir::db::ItemTreeQuery | 151 | hir::db::ItemTreeQuery |