Use target_family = "wasm"
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user