diff options
author | Jonas Schievink <[email protected]> | 2021-05-19 19:19:08 +0100 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2021-05-19 19:19:08 +0100 |
commit | ea8555b1552f6c08043f84885e47a196320da376 (patch) | |
tree | 6a9644cf1375b42885cdf4680476720ce6fbd0cc /crates/ide_db | |
parent | c7196620abd5e9bab4fbd53388da361f0f6987a1 (diff) |
Simplify eager macro representation
Diffstat (limited to 'crates/ide_db')
-rw-r--r-- | crates/ide_db/src/apply_change.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide_db/src/apply_change.rs index eac5ef6b9..f988572ae 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs | |||
@@ -222,7 +222,6 @@ impl RootDatabase { | |||
222 | sweep_each_query![ | 222 | sweep_each_query![ |
223 | // AstDatabase | 223 | // AstDatabase |
224 | hir::db::InternMacroQuery | 224 | hir::db::InternMacroQuery |
225 | hir::db::InternEagerExpansionQuery | ||
226 | 225 | ||
227 | // InternDatabase | 226 | // InternDatabase |
228 | hir::db::InternFunctionQuery | 227 | hir::db::InternFunctionQuery |