Add tracking issue number for scoped_threads.

This commit is contained in:
Mara Bos 2022-01-22 16:03:23 +01:00
parent e572c5a3d5
commit 12cc7d9e15

View file

@ -180,10 +180,10 @@ use crate::time::Duration;
#[macro_use]
mod local;
#[unstable(feature = "scoped_threads", issue = "none")]
#[unstable(feature = "scoped_threads", issue = "93203")]
mod scoped;
#[unstable(feature = "scoped_threads", issue = "none")]
#[unstable(feature = "scoped_threads", issue = "93203")]
pub use scoped::{scope, Scope, ScopedJoinHandle};
#[stable(feature = "rust1", since = "1.0.0")]