diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-04-12 22:58:55 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-04-12 22:58:55 +0900 |
| commit | 01fb27f64814dbd2fef755af4fd6197b1fe74240 (patch) | |
| tree | 57c5c1aaeb0ab5da32fc1fc9474592c89d95af25 /src/libtest | |
| parent | c0221c8897db309a79990367476177b1230bb264 (diff) | |
| download | rust-01fb27f64814dbd2fef755af4fd6197b1fe74240.tar.gz rust-01fb27f64814dbd2fef755af4fd6197b1fe74240.zip | |
Remove unused trait imports
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index e78fd0dea29..c6a70edf2a8 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -54,9 +54,7 @@ use self::TestEvent::*; use self::NamePadding::*; use self::OutputLocation::*; -use stats::Stats; use std::boxed::FnBox; -use term::Terminal; use std::any::Any; use std::cmp; |
