Drop support for cloudabi targets
This commit is contained in:
parent
c643dd2ec8
commit
6bfe27a3e0
165 changed files with 103 additions and 5329 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue