Skip to content

Commit 99b48d8

Browse files
committed
chore: fix unused imports
1 parent bb2d06e commit 99b48d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/sys/bsd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use libc::{c_int, c_void, size_t, EPERM};
44
use std::ffi::{CString, OsStr, OsString};
5-
use std::mem::{self, MaybeUninit};
5+
use std::mem::MaybeUninit;
66
use std::os::unix::ffi::{OsStrExt, OsStringExt};
77
use std::os::unix::io::{AsRawFd, BorrowedFd};
88
use std::path::Path;

src/sys/linux_macos.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::ffi::{OsStr, OsString};
22
use std::io;
3-
use std::mem;
43
use std::os::unix::ffi::OsStrExt;
54
use std::os::unix::io::BorrowedFd;
65
use std::path::Path;

0 commit comments

Comments
 (0)