diff options
| author | Christiaan Dirkx <christiaan@dirkx.email> | 2021-04-18 04:16:02 +0200 |
|---|---|---|
| committer | Christiaan Dirkx <christiaan@dirkx.email> | 2021-05-03 16:56:22 +0200 |
| commit | 0caa20ee5d97861d98b5458bc0f99468111d39e3 (patch) | |
| tree | 48e846e49a980976a077d527bfeccf20acfdd669 /library/std/src/sys/mod.rs | |
| parent | a0ca3f94f00fb8772ac9b89333d98e668375163b (diff) | |
| download | rust-0caa20ee5d97861d98b5458bc0f99468111d39e3.tar.gz rust-0caa20ee5d97861d98b5458bc0f99468111d39e3.zip | |
Allow documenting on `hermit`
Diffstat (limited to 'library/std/src/sys/mod.rs')
| -rw-r--r-- | library/std/src/sys/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/mod.rs b/library/std/src/sys/mod.rs index ac217db2eb3..f813587b1b3 100644 --- a/library/std/src/sys/mod.rs +++ b/library/std/src/sys/mod.rs @@ -57,7 +57,6 @@ cfg_if::cfg_if! { #[cfg(doc)] #[cfg(not(any( - target_os = "hermit", all(target_arch = "wasm32", not(target_os = "wasi")), all(target_vendor = "fortanix", target_env = "sgx") )))] |
