summaryrefslogtreecommitdiffstats
path: root/tokio-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-macros/Cargo.toml')
-rw-r--r--tokio-macros/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 66b30338..d32becbc 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -17,9 +17,6 @@ publish = false
proc-macro = true
[features]
-# This feature comes with no promise of stability. Things will
-# break with each patch release. Use at your own risk.
-async-await-preview = []
[dependencies]
proc-macro2 = "0.4.27"