We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e316ae commit 33e4638Copy full SHA for 33e4638
src/lib.rs
@@ -194,7 +194,6 @@ mod weak;
194
// Pick the backend implementation to use.
195
#[cfg_attr(libc, path = "backend/libc/mod.rs")]
196
#[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")]
197
-#[cfg_attr(wasi, path = "backend/wasi/mod.rs")]
198
mod backend;
199
200
/// Export the `*Fd` types and traits that are used in rustix's public API.
0 commit comments