Skip to content

Commit 6bb22a9

Browse files
committedJul 23, 2014
Remove unnecessary cast from intro
1 parent 217f1fb commit 6bb22a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ fn main() {
276276
277277
spawn(proc() {
278278
let numbers = rx.recv();
279-
println!("{:d}", numbers[num as uint]);
279+
println!("{:d}", numbers[num]);
280280
})
281281
}
282282
}

0 commit comments

Comments
 (0)