Skip to content

Commit 12cc7d9

Browse files
committed
Add tracking issue number for scoped_threads.
1 parent e572c5a commit 12cc7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/thread/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ use crate::time::Duration;
180180
#[macro_use]
181181
mod local;
182182

183-
#[unstable(feature = "scoped_threads", issue = "none")]
183+
#[unstable(feature = "scoped_threads", issue = "93203")]
184184
mod scoped;
185185

186-
#[unstable(feature = "scoped_threads", issue = "none")]
186+
#[unstable(feature = "scoped_threads", issue = "93203")]
187187
pub use scoped::{scope, Scope, ScopedJoinHandle};
188188

189189
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)