fix #[cfg(test)] warnings
This commit is contained in:
parent
92ff8ea528
commit
57dd4ea78d
7 changed files with 5 additions and 11 deletions
|
|
@ -1118,9 +1118,8 @@ pub mod bench {
|
|||
mod tests {
|
||||
use test::{TrFailed, TrIgnored, TrOk, filter_tests, parse_opts,
|
||||
TestDesc, TestDescAndFn, TestOpts, run_test,
|
||||
Metric, MetricMap,
|
||||
MetricMap,
|
||||
StaticTestName, DynTestName, DynTestFn, ShouldFail};
|
||||
use std::old_io::TempDir;
|
||||
use std::thunk::Thunk;
|
||||
use std::sync::mpsc::channel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue