Skip to content

Commit 29819a2

Browse files
committed
Removes superlous variable binding
1 parent 22d1c72 commit 29819a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,6 @@ where
10371037
Q: Hash + Equivalent<K>,
10381038
{
10391039
if let Some((_, found)) = self.find(key) {
1040-
let entry = &self.core.entries[found];
10411040
Some(found)
10421041
} else {
10431042
None

0 commit comments

Comments
 (0)