Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ra-salsa/src/interned.rs')
| -rw-r--r-- | crates/ra-salsa/src/interned.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra-salsa/src/interned.rs b/crates/ra-salsa/src/interned.rs index 359662ec6b..42c398d697 100644 --- a/crates/ra-salsa/src/interned.rs +++ b/crates/ra-salsa/src/interned.rs @@ -493,7 +493,7 @@ where is_static::<Slot<K>>(); } -impl<'me, Q> QueryTable<'me, Q> +impl<Q> QueryTable<'_, Q> where Q: Query<Storage = InternedStorage<Q>>, Q::Key: InternValue, |