From af8a6049a50809b0f375ec66d1636a5703c83568 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 14 Apr 2021 19:11:17 +0300 Subject: Profile trait solving for all invocations --- crates/ide_db/src/apply_change.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ide_db/src/apply_change.rs') diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide_db/src/apply_change.rs index 6c67425d7..eac5ef6b9 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs @@ -201,7 +201,7 @@ impl RootDatabase { hir::db::InternImplTraitIdQuery hir::db::InternClosureQuery hir::db::AssociatedTyValueQuery - hir::db::TraitSolveQuery + hir::db::TraitSolveQueryQuery // SymbolsDatabase crate::symbol_index::FileSymbolsQuery -- cgit v1.2.3