1
Fork 0

link once_cell feature to #74465

This commit is contained in:
Ashley Mannix 2020-07-18 10:09:47 +10:00
parent 48844fed2b
commit fe63905708
4 changed files with 51 additions and 51 deletions

View file

@ -478,7 +478,7 @@ pub mod process;
pub mod sync;
pub mod time;
#[unstable(feature = "once_cell", issue = "68198")]
#[unstable(feature = "once_cell", issue = "74465")]
pub mod lazy;
#[stable(feature = "futures_api", since = "1.36.0")]