1
Fork 0

Stabilize noop_waker

Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
This commit is contained in:
Eric Holk 2024-11-15 17:42:09 -08:00
parent c94848c046
commit 72ce1ab42f
No known key found for this signature in database
GPG key ID: F1A772BB658A63E1
46 changed files with 109 additions and 137 deletions

View file

@ -1,6 +1,5 @@
LL| |#![feature(coverage_attribute)]
LL| |#![feature(custom_inner_attributes)] // for #![rustfmt::skip]
LL| |#![feature(noop_waker)]
LL| |#![allow(unused_assignments, dead_code)]
LL| |#![rustfmt::skip]
LL| |//@ edition: 2018