diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-01-28 02:02:50 +0100 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-01-28 02:02:50 +0100 |
| commit | 9199742339b64dcc3aeaaf474156b593c93607fb (patch) | |
| tree | ecd4bee9458270d7fe68fde0419bcf5dba5fdfda /library/std/src/os/mod.rs | |
| parent | 635124704849eeead4e3a7bb6e663c5351571d93 (diff) | |
| download | rust-9199742339b64dcc3aeaaf474156b593c93607fb.tar.gz rust-9199742339b64dcc3aeaaf474156b593c93607fb.zip | |
Revert "Add the wasm32-wasi-preview2 target"
This reverts commit 31ecf341250a889ac1154b2cbe3f0b97f9d008c1. Co-authored-by: Ryan Levick <me@ryanlevick.com>
Diffstat (limited to 'library/std/src/os/mod.rs')
| -rw-r--r-- | library/std/src/os/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/os/mod.rs b/library/std/src/os/mod.rs index f03e0790305..6e11b92b618 100644 --- a/library/std/src/os/mod.rs +++ b/library/std/src/os/mod.rs @@ -85,9 +85,6 @@ pub mod linux; #[cfg(any(target_os = "wasi", doc))] pub mod wasi; -#[cfg(any(all(target_os = "wasi", target_env = "preview2"), doc))] -pub mod wasi_preview2; - // windows #[cfg(not(all( doc, |
