Update src/liballoc/task.rs
Co-Authored-By: Ashley Mannix <ashleymannix@live.com.au>
This commit is contained in:
parent
a4875a797d
commit
caff9f92ab
@ -1,4 +1,4 @@
|
||||
#![unstable(feature = "wake_trait", issue = "0")]
|
||||
#![unstable(feature = "wake_trait", issue = "69912")]
|
||||
//! Types and Traits for working with asynchronous tasks.
|
||||
use core::mem::{self, ManuallyDrop};
|
||||
use core::task::{RawWaker, RawWakerVTable, Waker};
|
||||
|
Loading…
Reference in New Issue
Block a user