diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 00:57:12 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 23:51:38 -0800 |
| commit | 0547fb9cad4053f3ec66e722b7a05df259d63038 (patch) | |
| tree | e4114146c7900dc5c771e87a33fc35ea5380448c /src/libstd/rt | |
| parent | f47e4b2874a69491e9d06e4fdbd7de4cb907b52e (diff) | |
| download | rust-0547fb9cad4053f3ec66e722b7a05df259d63038.tar.gz rust-0547fb9cad4053f3ec66e722b7a05df259d63038.zip | |
Fixup the rest of the tests in the compiler
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/args.rs | 2 | ||||
| -rw-r--r-- | src/libstd/rt/logging.rs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/rt/args.rs b/src/libstd/rt/args.rs index 057e3f0b359..526ad60bb21 100644 --- a/src/libstd/rt/args.rs +++ b/src/libstd/rt/args.rs @@ -140,7 +140,7 @@ mod imp { #[cfg(test)] mod tests { - use option::{Some, None}; + use prelude::*; use super::*; use unstable::finally::Finally; diff --git a/src/libstd/rt/logging.rs b/src/libstd/rt/logging.rs index 2004dac0c7c..b86a9612d70 100644 --- a/src/libstd/rt/logging.rs +++ b/src/libstd/rt/logging.rs @@ -9,7 +9,6 @@ // except according to those terms. use container::Container; -use fmt; use from_str::from_str; use iter::Iterator; use libc::exit; |
