Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/src/apply_change.rs')
| -rw-r--r-- | crates/ide-db/src/apply_change.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/crates/ide-db/src/apply_change.rs b/crates/ide-db/src/apply_change.rs index 7a3c466daa..93cfee8135 100644 --- a/crates/ide-db/src/apply_change.rs +++ b/crates/ide-db/src/apply_change.rs @@ -195,19 +195,6 @@ impl RootDatabase { // hir::db::InternProcMacroQuery // hir::db::InternMacroRulesQuery - // // ExpandDatabase - // hir::db::AstIdMapQuery - // hir::db::DeclMacroExpanderQuery - // hir::db::ExpandProcMacroQuery - // hir::db::InternMacroCallQuery - // hir::db::InternSyntaxContextQuery - // hir::db::MacroArgQuery - // hir::db::ParseMacroExpansionErrorQuery - // hir::db::ParseMacroExpansionQuery - // hir::db::ProcMacroSpanQuery - // hir::db::ProcMacrosQuery - // hir::db::RealSpanMapQuery - // // LineIndexDatabase // crate::LineIndexQuery |