mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
tutorial: Fix broken example
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ use std;
|
||||
import comm::{listen, methods};
|
||||
import task::spawn;
|
||||
import iter::repeat;
|
||||
import std::rand::{seeded_rng, seed};
|
||||
import rand::{seeded_rng, seed};
|
||||
import uint::range;
|
||||
import io::println;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user