Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79bffa9

Browse files
committedNov 19, 2024
Fix tracking issue.
1 parent 3eff64c commit 79bffa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎std/src/thread/spawnhook.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct SpawnHook {
8383
/// assert_eq!(X.get(), 123);
8484
/// }).join().unwrap();
8585
/// ```
86-
#[unstable(feature = "thread_spawn_hook", issue = "none")]
86+
#[unstable(feature = "thread_spawn_hook", issue = "132951")]
8787
pub fn add_spawn_hook<F, G>(hook: F)
8888
where
8989
F: 'static + Send + Sync + Fn(&Thread) -> G,

0 commit comments

Comments
 (0)
Failed to load comments.