summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src/write.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-fs/src/write.rs')
-rw-r--r--tokio-fs/src/write.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-fs/src/write.rs b/tokio-fs/src/write.rs
index 1db4a0a3..82e1607a 100644
--- a/tokio-fs/src/write.rs
+++ b/tokio-fs/src/write.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<()> {