We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hermit
1 parent a0ca3f9 commit 0caa20eCopy full SHA for 0caa20e
library/std/src/os/mod.rs
@@ -13,7 +13,6 @@ pub mod raw;
13
#[cfg(all(
14
doc,
15
not(any(
16
- target_os = "hermit",
17
all(target_arch = "wasm32", not(target_os = "wasi")),
18
all(target_vendor = "fortanix", target_env = "sgx")
19
))
@@ -37,7 +36,6 @@ mod doc {
37
36
38
39
any(
40
41
42
43
)
library/std/src/sys/mod.rs
@@ -57,7 +57,6 @@ cfg_if::cfg_if! {
57
58
#[cfg(doc)]
59
#[cfg(not(any(
60
61
62
63
)))]
0 commit comments