mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove extra #[cfg(stage0)]
This commit is contained in:
@@ -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)))
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user