replace placeholder version
This commit is contained in:
parent
d6c8169c18
commit
3dca90946f
23 changed files with 65 additions and 65 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue