Update src/liballoc/task.rs

Co-Authored-By: Ashley Mannix <ashleymannix@live.com.au>
This commit is contained in:
Saoirse Shipwreckt 2020-03-23 01:35:15 +01:00 committed by Without Boats
parent a4875a797d
commit caff9f92ab
1 changed files with 1 additions and 1 deletions

View File

@ -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};