diff options
| author | Boxy <rust@boxyuwu.dev> | 2024-09-02 17:48:42 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2024-09-03 20:54:02 +0100 |
| commit | 3dca90946f612f73b64f6c17ecb82a520a1d8da1 (patch) | |
| tree | c78f8e2be2e659a11460420b43fc8a4db8436c75 /library/std/src/thread/mod.rs | |
| parent | d6c8169c186ab16a3404cd0d0866674018e8a19e (diff) | |
| download | rust-3dca90946f612f73b64f6c17ecb82a520a1d8da1.tar.gz rust-3dca90946f612f73b64f6c17ecb82a520a1d8da1.zip | |
replace placeholder version
Diffstat (limited to 'library/std/src/thread/mod.rs')
| -rw-r--r-- | library/std/src/thread/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/thread/mod.rs b/library/std/src/thread/mod.rs index e29c28f3c7e..0fc63c5081b 100644 --- a/library/std/src/thread/mod.rs +++ b/library/std/src/thread/mod.rs @@ -432,7 +432,7 @@ impl Builder { /// ``` /// /// [`io::Result`]: crate::io::Result - #[stable(feature = "thread_spawn_unchecked", since = "CURRENT_RUSTC_VERSION")] + #[stable(feature = "thread_spawn_unchecked", since = "1.82.0")] pub unsafe fn spawn_unchecked<F, T>(self, f: F) -> io::Result<JoinHandle<T>> where F: FnOnce() -> T, |
