Add tracking issue number for scoped_threads.
This commit is contained in:
parent
e572c5a3d5
commit
12cc7d9e15
1 changed files with 2 additions and 2 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue