about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorAshley Mannix <ashleymannix@live.com.au>2020-07-18 10:09:47 +1000
committerAshley Mannix <ashleymannix@live.com.au>2020-07-18 10:12:02 +1000
commitfe639057086fa7bef1e964bf3a211517b04bc328 (patch)
treed9bc7611cd9c20903b258588d755b2057a2a8a5f /src/libstd/lib.rs
parent48844fed2bdc7c40d213131d5e13ab28e47df083 (diff)
link once_cell feature to #74465
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 8178719ccc4..cf9cc4ebc7b 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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")]