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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide_db/src/apply_change.rs index 6c085ffc97..98b0e9c947 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs @@ -129,12 +129,12 @@ impl RootDatabase { hir::db::FnDefDatumQuery hir::db::ReturnTypeImplTraitsQuery hir::db::InternCallableDefQuery - hir::db::InternTypeParamIdQuery + hir::db::InternTypeOrConstParamIdQuery hir::db::InternImplTraitIdQuery hir::db::InternClosureQuery hir::db::AssociatedTyValueQuery hir::db::TraitSolveQueryQuery - hir::db::InternTypeParamIdQuery + hir::db::InternTypeOrConstParamIdQuery // SymbolsDatabase crate::symbol_index::ModuleSymbolsQuery |