Use target_family = "wasm"
This commit is contained in:
parent
cfb2f98e9e
commit
971638824f
7 changed files with 18 additions and 35 deletions
|
@ -200,10 +200,7 @@ pub use self::local::fast::Key as __FastLocalKeyInner;
|
|||
#[doc(hidden)]
|
||||
pub use self::local::os::Key as __OsLocalKeyInner;
|
||||
#[unstable(feature = "libstd_thread_internals", issue = "none")]
|
||||
#[cfg(all(
|
||||
any(target_arch = "wasm32", target_arch = "wasm64"),
|
||||
not(target_feature = "atomics")
|
||||
))]
|
||||
#[cfg(all(target_family = "wasm", not(target_feature = "atomics")))]
|
||||
#[doc(hidden)]
|
||||
pub use self::local::statik::Key as __StaticLocalKeyInner;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue