Remove redundant print.
This commit is contained in:
parent
d8e74b3dcb
commit
98a66568ce
1 changed files with 0 additions and 1 deletions
|
|
@ -1257,7 +1257,6 @@ mod test_set {
|
|||
|
||||
let mut n = 0;
|
||||
for x in m.iter() {
|
||||
printfln!(x);
|
||||
assert_eq!(*x, n);
|
||||
n += 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue