Remove extra #[cfg(stage0)]

This commit is contained in:
gifnksm 2013-05-03 15:57:05 +09:00
parent cff6aba76e
commit e34a7ecbab
2 changed files with 0 additions and 5 deletions

View file

@ -108,9 +108,6 @@ mod tests {
#[test]
fn test_bool_from_str() {
#[cfg(stage0)]
use from_str::FromStr;
do all_values |v| {
assert!(Some(v) == FromStr::from_str(to_str(v)))
}

View file

@ -13,8 +13,6 @@
#[allow(deprecated_mode)];
use core::cmp::Eq;
#[cfg(stage0)]
use core::from_str::FromStr;
use core::io::{Reader, ReaderUtil};
use core::io;
use core::hashmap::HashMap;