diff options
Diffstat (limited to 'vendor/rustix/src/maybe_polyfill/no_std/os/mod.rs')
-rw-r--r-- | vendor/rustix/src/maybe_polyfill/no_std/os/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/rustix/src/maybe_polyfill/no_std/os/mod.rs b/vendor/rustix/src/maybe_polyfill/no_std/os/mod.rs deleted file mode 100644 index 67f41f5..0000000 --- a/vendor/rustix/src/maybe_polyfill/no_std/os/mod.rs +++ /dev/null @@ -1,4 +0,0 @@ -#[cfg(any(unix, target_os = "wasi"))] -pub mod fd; -#[cfg(windows)] -pub mod windows; |