Remove pointless 'a

This commit is contained in:
Gwilym Kuiper 2022-05-12 20:27:38 +01:00
parent 93ed4b87e8
commit b7bc27403e

View file

@ -530,7 +530,7 @@ where
}
}
impl<'a, K, V> HashMap<K, V>
impl<K, V> HashMap<K, V>
where
K: Hash + Eq,
{