diff options
| author | Eric Holk <ericholk@microsoft.com> | 2024-11-15 17:42:09 -0800 |
|---|---|---|
| committer | Eric Holk <ericholk@microsoft.com> | 2024-12-05 14:14:17 -0800 |
| commit | 72ce1ab42f3be927f6f039a592222e054a0b0eaf (patch) | |
| tree | c6b55b18d08a39feda03093b9a7a4a99a2c34f81 /tests/coverage/async.rs | |
| parent | c94848c046d29f9a80c09aae758e27e418a289f2 (diff) | |
| download | rust-72ce1ab42f3be927f6f039a592222e054a0b0eaf.tar.gz rust-72ce1ab42f3be927f6f039a592222e054a0b0eaf.zip | |
Stabilize noop_waker
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
Diffstat (limited to 'tests/coverage/async.rs')
| -rw-r--r-- | tests/coverage/async.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/coverage/async.rs b/tests/coverage/async.rs index a7f3c7cec41..da0a1c0b6f0 100644 --- a/tests/coverage/async.rs +++ b/tests/coverage/async.rs @@ -1,6 +1,5 @@ #![feature(coverage_attribute)] #![feature(custom_inner_attributes)] // for #![rustfmt::skip] -#![feature(noop_waker)] #![allow(unused_assignments, dead_code)] #![rustfmt::skip] //@ edition: 2018 |
