mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Remove redundant print.
This commit is contained in:
@@ -1257,7 +1257,6 @@ fn test_iterator() {
|
||||
|
||||
let mut n = 0;
|
||||
for x in m.iter() {
|
||||
printfln!(x);
|
||||
assert_eq!(*x, n);
|
||||
n += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user