summaryrefslogtreecommitdiffstats
path: root/tokio-fs/tests/dir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-fs/tests/dir.rs')
-rw-r--r--tokio-fs/tests/dir.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tokio-fs/tests/dir.rs b/tokio-fs/tests/dir.rs
index 3a1ed351..a22c048e 100644
--- a/tokio-fs/tests/dir.rs
+++ b/tokio-fs/tests/dir.rs
@@ -1,6 +1,4 @@
-extern crate futures;
-extern crate tempdir;
-extern crate tokio_fs;
+#![deny(warnings, rust_2018_idioms)]
use futures::{Future, Stream};
use std::fs;