Skip to content

Commit b7f0aba

Browse files
tesujiGankra
authored andcommitted
chore: Remove redundant Eq import
1 parent d23b1c8 commit b7f0aba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lifetime-mismatch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ This will eventually get fixed.
8080

8181
```rust,edition2018,compile_fail
8282
# use std::collections::HashMap;
83-
# use std::cmp::Eq;
8483
# use std::hash::Hash;
8584
fn get_default<'m, K, V>(map: &'m mut HashMap<K, V>, key: K) -> &'m mut V
8685
where

0 commit comments

Comments
 (0)