chore: Remove redundant Eq import

pull/152/head
lzutao 5 years ago committed by Alexis Beingessner
parent d23b1c86ff
commit b7f0aba2f8

@ -80,7 +80,6 @@ This will eventually get fixed.
```rust,edition2018,compile_fail
# use std::collections::HashMap;
# use std::cmp::Eq;
# use std::hash::Hash;
fn get_default<'m, K, V>(map: &'m mut HashMap<K, V>, key: K) -> &'m mut V
where

Loading…
Cancel
Save