libstd => 2018
This commit is contained in:
parent
7e001e5c6c
commit
93b6d9e086
284 changed files with 1989 additions and 2024 deletions
|
@ -3,9 +3,9 @@
|
|||
#![stable(feature = "thread_extensions", since = "1.9.0")]
|
||||
|
||||
#[allow(deprecated)]
|
||||
use os::unix::raw::pthread_t;
|
||||
use sys_common::{AsInner, IntoInner};
|
||||
use thread::JoinHandle;
|
||||
use crate::os::unix::raw::pthread_t;
|
||||
use crate::sys_common::{AsInner, IntoInner};
|
||||
use crate::thread::JoinHandle;
|
||||
|
||||
#[stable(feature = "thread_extensions", since = "1.9.0")]
|
||||
#[allow(deprecated)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue