mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 21:10:28 +00:00
Update linear_map into_iter test
This commit is contained in:
parent
f3c6698dec
commit
a5f7a67f60
@ -581,7 +581,7 @@ mod test {
|
||||
src.insert("k4", "v4").unwrap();
|
||||
let clone = src.clone();
|
||||
for (k, v) in clone.into_iter() {
|
||||
assert_eq!(v, *src.get(k).unwrap());
|
||||
assert_eq!(v, src.remove(k).unwrap());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user