summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/benches/basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/benches/basic.rs')
-rw-r--r--tokio-threadpool/benches/basic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/benches/basic.rs b/tokio-threadpool/benches/basic.rs
index c49f6a8e..9073e079 100644
--- a/tokio-threadpool/benches/basic.rs
+++ b/tokio-threadpool/benches/basic.rs
@@ -1,5 +1,5 @@
#![feature(test)]
-#![deny(warnings, rust_2018_idioms)]
+#![warn(rust_2018_idioms)]
extern crate test;