Skip to content

Commit a25a5c8

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

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)