diff options
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 e2251f2b7..71c19ed13 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs | |||
@@ -163,7 +163,6 @@ impl RootDatabase { | |||
163 | hir::db::ExprScopesQuery | 163 | hir::db::ExprScopesQuery |
164 | hir::db::GenericParamsQuery | 164 | hir::db::GenericParamsQuery |
165 | hir::db::AttrsQuery | 165 | hir::db::AttrsQuery |
166 | hir::db::ModuleLangItemsQuery | ||
167 | hir::db::CrateLangItemsQuery | 166 | hir::db::CrateLangItemsQuery |
168 | hir::db::LangItemQuery | 167 | hir::db::LangItemQuery |
169 | hir::db::ImportMapQuery | 168 | hir::db::ImportMapQuery |