diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-10-27 13:10:31 +0000 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-11-22 17:11:41 -0500 |
| commit | 6bfe27a3e0f1c4d77999ccc2350ab861327615a2 (patch) | |
| tree | 9c062b62441db1cc37b6b272b2e1692ea24e3982 /library/std/src/sys_common/mod.rs | |
| parent | c643dd2ec8fed2852f5eee8f776d657293a6a8f2 (diff) | |
| download | rust-6bfe27a3e0f1c4d77999ccc2350ab861327615a2.tar.gz rust-6bfe27a3e0f1c4d77999ccc2350ab861327615a2.zip | |
Drop support for cloudabi targets
Diffstat (limited to 'library/std/src/sys_common/mod.rs')
| -rw-r--r-- | library/std/src/sys_common/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/std/src/sys_common/mod.rs b/library/std/src/sys_common/mod.rs index 234b257aa92..660f0e0df97 100644 --- a/library/std/src/sys_common/mod.rs +++ b/library/std/src/sys_common/mod.rs @@ -71,8 +71,7 @@ pub mod util; pub mod wtf8; cfg_if::cfg_if! { - if #[cfg(any(target_os = "cloudabi", - target_os = "l4re", + if #[cfg(any(target_os = "l4re", target_os = "hermit", feature = "restricted-std", all(target_arch = "wasm32", not(target_os = "emscripten")), |
