Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/semantics/child_by_source.rs')
| -rw-r--r-- | crates/hir/src/semantics/child_by_source.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/semantics/child_by_source.rs b/crates/hir/src/semantics/child_by_source.rs index 33384568b9..bca8c8c503 100644 --- a/crates/hir/src/semantics/child_by_source.rs +++ b/crates/hir/src/semantics/child_by_source.rs @@ -283,7 +283,7 @@ fn insert_item_loc<ID, N, Data>( id: ID, key: Key<N, ID>, ) where - ID: Lookup<Database = dyn SourceDatabase, Data = Data> + 'static, + ID: Lookup<Data = Data> + 'static, Data: AstIdLoc<Ast = N>, N: AstIdNode + 'static, { |