diff options
author | Kirill Bulatov <[email protected]> | 2021-04-14 17:11:17 +0100 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-04-14 17:11:17 +0100 |
commit | af8a6049a50809b0f375ec66d1636a5703c83568 (patch) | |
tree | 10d0173b20dd96e0884d677181139e651b511f3f /crates/ide_db/src | |
parent | 678af4106504913ea04672e29f452861d97fae18 (diff) |
Profile trait solving for all invocations
Diffstat (limited to 'crates/ide_db/src')
-rw-r--r-- | crates/ide_db/src/apply_change.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
201 | hir::db::InternImplTraitIdQuery | 201 | hir::db::InternImplTraitIdQuery |
202 | hir::db::InternClosureQuery | 202 | hir::db::InternClosureQuery |
203 | hir::db::AssociatedTyValueQuery | 203 | hir::db::AssociatedTyValueQuery |
204 | hir::db::TraitSolveQuery | 204 | hir::db::TraitSolveQueryQuery |
205 | 205 | ||
206 | // SymbolsDatabase | 206 | // SymbolsDatabase |
207 | crate::symbol_index::FileSymbolsQuery | 207 | crate::symbol_index::FileSymbolsQuery |