Skip to content

Commit 33e4638

Browse files
authored
Delete #[cfg_attr(wasi, path = "backend/wasi/mod.rs")] (#1540)
1 parent 4e316ae commit 33e4638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ mod weak;
194194
// Pick the backend implementation to use.
195195
#[cfg_attr(libc, path = "backend/libc/mod.rs")]
196196
#[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")]
197-
#[cfg_attr(wasi, path = "backend/wasi/mod.rs")]
198197
mod backend;
199198

200199
/// Export the `*Fd` types and traits that are used in rustix's public API.

0 commit comments

Comments
 (0)