This commit is contained in:
Joel Wejdenstål 2023-07-11 04:52:47 +02:00
parent 8f4ece5e81
commit a984fdcf91
No known key found for this signature in database
GPG Key ID: DF03CEFBB1A915AA
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ where
}
}
impl<'a, K, V, S> DashMap<K, V, S>
impl<K, V, S> DashMap<K, V, S>
where
K: Send + Sync + Eq + Hash,
V: Send + Sync,