diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-02 03:45:58 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-20 03:08:42 +0200 |
| commit | 228015acd29ceaaed815a0430da462648e44ea42 (patch) | |
| tree | 080350ca6e31808cf3b618cf5bbce6988e20e7f1 /src/test/rustdoc/edition-flag.rs | |
| parent | 6a14411b7633ecaf70dc9ae0112678487a9b0d64 (diff) | |
| download | rust-228015acd29ceaaed815a0430da462648e44ea42.tar.gz rust-228015acd29ceaaed815a0430da462648e44ea42.zip | |
Remove async_await gates from tests.
Diffstat (limited to 'src/test/rustdoc/edition-flag.rs')
| -rw-r--r-- | src/test/rustdoc/edition-flag.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/rustdoc/edition-flag.rs b/src/test/rustdoc/edition-flag.rs index 5571245f28d..ddbc2be651d 100644 --- a/src/test/rustdoc/edition-flag.rs +++ b/src/test/rustdoc/edition-flag.rs @@ -1,10 +1,7 @@ // compile-flags:--test -Z unstable-options // edition:2018 -#![feature(async_await)] - /// ```rust -/// #![feature(async_await)] /// fn main() { /// let _ = async { }; /// } |
