Remove unnecessary cast from intro
This commit is contained in:
parent
217f1fbfc8
commit
6bb22a9d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ fn main() {
|
|||
|
||||
spawn(proc() {
|
||||
let numbers = rx.recv();
|
||||
println!("{:d}", numbers[num as uint]);
|
||||
println!("{:d}", numbers[num]);
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue