add hermit to the list of omit OS

This commit is contained in:
Stefan Lankes 2020-10-09 08:25:19 +02:00
parent 530f575466
commit 8d8a290c69
No known key found for this signature in database
GPG Key ID: 28578EBB789EF62B

View File

@ -89,6 +89,7 @@ pub mod unix_ext {}
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::ext as windows_ext;
} else if #[cfg(any(target_os = "cloudabi",
target_os = "hermit",
target_arch = "wasm32",
all(target_vendor = "fortanix", target_env = "sgx")))] {
// On CloudABI and wasm right now the shim below doesn't compile, so