summaryrefslogtreecommitdiffstats
path: root/tokio-timer/tests/timeout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-timer/tests/timeout.rs')
-rw-r--r--tokio-timer/tests/timeout.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-timer/tests/timeout.rs b/tokio-timer/tests/timeout.rs
index 74bb740e..df4cfde8 100644
--- a/tokio-timer/tests/timeout.rs
+++ b/tokio-timer/tests/timeout.rs
@@ -1,4 +1,4 @@
-#![deny(warnings, rust_2018_idioms)]
+#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_sync::oneshot;