summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-fs/src/read.rs')
-rw-r--r--tokio-fs/src/read.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-fs/src/read.rs b/tokio-fs/src/read.rs
index 4b2cf05a..3f496fd6 100644
--- a/tokio-fs/src/read.rs
+++ b/tokio-fs/src/read.rs
@@ -12,8 +12,6 @@ use std::{io, path::Path};
/// # Examples
///
/// ```no_run
-/// #![feature(async_await)]
-///
/// use tokio::fs;
///
/// # async fn dox() -> std::io::Result<()> {