Skip to content

Commit 1ad0919

Browse files
authored
Remove println!() statement from HashMap unit test
1 parent 90d36fb commit 1ad0919

File tree

1 file changed

+0
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+0
-1
lines changed

src/libstd/collections/hash/map.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3537,7 +3537,6 @@ mod test_map {
35373537
match m.entry(x) {
35383538
Vacant(_) => {}
35393539
Occupied(e) => {
3540-
println!("{}: remove {}", i, x);
35413540
e.remove();
35423541
}
35433542
}

0 commit comments

Comments
 (0)