summaryrefslogtreecommitdiffstats
path: root/tokio-test/src
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-08-21 12:07:16 +0900
committerCarl Lerche <me@carllerche.com>2019-08-20 20:07:16 -0700
commita791f4a758604768463d3ca2162b913dcea34c40 (patch)
tree80037a52d5249eee268d99aa84525f9c017e0aea /tokio-test/src
parent7e7a5147a3f5de83ee540ebaad0928183e61df2c (diff)
chore: bump to newer nightly (#1485)
Diffstat (limited to 'tokio-test/src')
-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;