1
Fork 0

Drop support for cloudabi targets

This commit is contained in:
Lzu Tao 2020-10-27 13:10:31 +00:00 committed by Mark Rousskov
parent c643dd2ec8
commit 6bfe27a3e0
165 changed files with 103 additions and 5329 deletions

View file

@ -97,7 +97,7 @@
#![stable(feature = "process", since = "1.0.0")]
#![deny(unsafe_op_in_unsafe_fn)]
#[cfg(all(test, not(any(target_os = "cloudabi", target_os = "emscripten", target_env = "sgx"))))]
#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
mod tests;
use crate::io::prelude::*;