Skip to content

Commit 15b9789

Browse files
committed
Failing attempt to remove extern crate test in bench
1 parent 50b2728 commit 15b9789

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benches/async_streams.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#![warn(rust_2018_idioms)]
2-
32
#![feature(test)]
4-
extern crate test; //FIXME: Necessary but warns!?
53

64
use std::cmp;
75
use std::fs;
@@ -11,7 +9,7 @@ use std::path::{Path, PathBuf};
119
use failure::Error as Flare;
1210
use futures::Stream;
1311
use rand::{thread_rng, Rng};
14-
use self::test::Bencher;
12+
use test::Bencher;
1513
use tokio;
1614

1715
use body_image::{BodySink, BodyImage, Tunables, Tuner};

0 commit comments

Comments
 (0)