replace placeholder version

This commit is contained in:
Boxy 2024-09-02 17:48:42 +01:00
parent d6c8169c18
commit 3dca90946f
23 changed files with 65 additions and 65 deletions

View file

@ -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,