Remove std::from_str::FromStr from the prelude
This commit is contained in:
parent
3cc95314c3
commit
84a8893f19
21 changed files with 24 additions and 1 deletions
|
|
@ -55,6 +55,8 @@ fn roundtrip(id: int, n_tasks: int, p: &Port<int>, ch: &Chan<int>) {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
use std::from_str::FromStr;
|
||||
|
||||
let args = if os::getenv("RUST_BENCH").is_some() {
|
||||
~[~"", ~"2000000", ~"503"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue