Fix unused import for IoSliceMut
for macos
This commit is contained in:
parent
31e6e3896d
commit
0fcb834832
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
#[cfg(any(
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "emscripten",
|
||||
target_os = "freebsd",
|
||||
target_os = "linux",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
))]
|
||||
use crate::io::IoSliceMut;
|
||||
use crate::net::Shutdown;
|
||||
use crate::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue