Skip to content

Commit

Permalink
wasi/io: remove dead files
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jan 14, 2025
1 parent c2ed284 commit 07ef681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
9 changes: 0 additions & 9 deletions library/std/src/os/wasi/io/fd.rs

This file was deleted.

20 changes: 0 additions & 20 deletions library/std/src/os/wasi/io/raw.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::mem::size_of;
use crate::os::wasi::io::RawFd;
use crate::os::unix::io::RawFd;

#[test]
fn test_raw_fd_layout() {
Expand All @@ -9,3 +9,7 @@ fn test_raw_fd_layout() {
// to be updated.
assert_eq!(size_of::<RawFd>(), 4);
}

// Tests for this module
#[cfg(test)]
mod tests;

0 comments on commit 07ef681

Please sign in to comment.