Skip to content

Commit caff9f9

Browse files
withoutboatsKodrAus
andcommitted
Update src/liballoc/task.rs
Co-Authored-By: Ashley Mannix <[email protected]>
1 parent a4875a7 commit caff9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/task.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![unstable(feature = "wake_trait", issue = "0")]
1+
#![unstable(feature = "wake_trait", issue = "69912")]
22
//! Types and Traits for working with asynchronous tasks.
33
use core::mem::{self, ManuallyDrop};
44
use core::task::{RawWaker, RawWakerVTable, Waker};

0 commit comments

Comments
 (0)