Skip to content

Commit 7849aed

Browse files
adds tracking issue number
1 parent 30bfdc8 commit 7849aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ impl Builder {
451451
/// [`Builder::spawn`]: ../../std/thread/struct.Builder.html#method.spawn
452452
/// [`io::Result`]: ../../std/io/type.Result.html
453453
/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html
454-
#[unstable(feature = "thread_spawn_unchecked", issue = "0")]
454+
#[unstable(feature = "thread_spawn_unchecked", issue = "55132")]
455455
pub unsafe fn spawn_unchecked<F, T>(self, f: F) -> io::Result<JoinHandle<T>> where
456456
F: FnOnce() -> T, F: Send, T: Send
457457
{

0 commit comments

Comments
 (0)