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