We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d785a commit a3173dcCopy full SHA for a3173dc
src/lib.rs
@@ -45,11 +45,8 @@ pub mod int;
45
46
#[cfg(any(
47
all(target_family = "wasm", target_os = "unknown"),
48
- all(target_arch = "x86_64", target_os = "none"),
49
all(target_arch = "x86_64", target_os = "uefi"),
50
- all(target_arch = "arm", target_os = "none"),
51
- all(target_arch = "xtensa", target_os = "none"),
52
- all(target_arch = "mips", target_os = "none"),
+ target_os = "none",
53
target_os = "xous",
54
all(target_vendor = "fortanix", target_env = "sgx"),
55
target_os = "windows"
0 commit comments