mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Remove pointless 'a
This commit is contained in:
parent
93ed4b87e8
commit
b7bc27403e
|
@ -530,7 +530,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, K, V> HashMap<K, V>
|
||||
impl<K, V> HashMap<K, V>
|
||||
where
|
||||
K: Hash + Eq,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue