Move FromStr to core::str

This commit is contained in:
Brendan Zabarauskas
2014-11-15 15:52:00 +11:00
parent 7e43f419cb
commit 29bc9c632e
46 changed files with 648 additions and 675 deletions

View File

@@ -8,12 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use from_str::FromStr;
use from_str::from_str;
use libc::uintptr_t;
use option::{Some, None, Option};
use os;
use str::Str;
use str::{FromStr, from_str, Str};
use sync::atomic;
/// Dynamically inquire about whether we're running under V.