Skip to content

Commit

Permalink
Fix tracking issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Nov 19, 2024
1 parent 3eff64c commit 79bffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/thread/spawnhook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct SpawnHook {
/// assert_eq!(X.get(), 123);
/// }).join().unwrap();
/// ```
#[unstable(feature = "thread_spawn_hook", issue = "none")]
#[unstable(feature = "thread_spawn_hook", issue = "132951")]
pub fn add_spawn_hook<F, G>(hook: F)
where
F: 'static + Send + Sync + Fn(&Thread) -> G,
Expand Down

0 comments on commit 79bffa9

Please sign in to comment.