Skip to content

Commit a50c587

Browse files
author
Jorge Aparicio
committed
libcoretest: fix fallout
1 parent 7e3493e commit a50c587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcoretest/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ fn test_iterator_flat_map() {
221221
#[test]
222222
fn test_inspect() {
223223
let xs = [1u, 2, 3, 4];
224-
let mut n = 0;
224+
let mut n = 0u;
225225

226226
let ys = xs.iter()
227227
.map(|&x| x)

0 commit comments

Comments
 (0)