summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-fs/src/lib.rs')
-rw-r--r--tokio-fs/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio-fs/src/lib.rs b/tokio-fs/src/lib.rs
index 7f445ca0..efd07e9c 100644
--- a/tokio-fs/src/lib.rs
+++ b/tokio-fs/src/lib.rs
@@ -6,7 +6,6 @@
unreachable_pub
)]
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
-#![feature(async_await)]
//! Asynchronous file and standard stream adaptation.
//!