summaryrefslogtreecommitdiffstats
path: root/tokio-test/src/clock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-test/src/clock.rs')
-rw-r--r--tokio-test/src/clock.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-test/src/clock.rs b/tokio-test/src/clock.rs
index a5c8b4f2..ea4f0465 100644
--- a/tokio-test/src/clock.rs
+++ b/tokio-test/src/clock.rs
@@ -3,8 +3,6 @@
//! # Example
//!
//! ```
-//! #![feature(async_await)]
-//!
//! use tokio::clock;
//! use tokio_test::{assert_ready, assert_pending, task};
//! use tokio_timer::delay;