Remove std::from_str::FromStr from the prelude

This commit is contained in:
Brendan Zabarauskas 2014-02-23 12:29:42 +11:00 committed by Alex Crichton
parent 3cc95314c3
commit 84a8893f19
21 changed files with 24 additions and 1 deletions

View file

@ -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"]
}