Remove redundant print.

This commit is contained in:
Dmitry Ermolov 2013-08-02 00:57:34 +04:00
parent d8e74b3dcb
commit 98a66568ce

View file

@ -1257,7 +1257,6 @@ mod test_set {
let mut n = 0;
for x in m.iter() {
printfln!(x);
assert_eq!(*x, n);
n += 1
}