diff options
| author | LinkTed <LinkTed@users.noreply.github.com> | 2020-09-27 22:29:02 +0200 |
|---|---|---|
| committer | LinkTed <LinkTed@users.noreply.github.com> | 2020-10-10 15:19:13 +0200 |
| commit | 1ae54e560a7cf6021a28d2addc6253ae8baab96f (patch) | |
| tree | 18ba5c0629152b4db535aceef9d5daa7031ca66f /library/std/src/sys/unix/ext/net/tests.rs | |
| parent | e9bf69954c942085a775f3cdd035ac3b1273f974 (diff) | |
| download | rust-1ae54e560a7cf6021a28d2addc6253ae8baab96f.tar.gz rust-1ae54e560a7cf6021a28d2addc6253ae8baab96f.zip | |
Change imports for `cfg(doc)`
Diffstat (limited to 'library/std/src/sys/unix/ext/net/tests.rs')
| -rw-r--r-- | library/std/src/sys/unix/ext/net/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/ext/net/tests.rs b/library/std/src/sys/unix/ext/net/tests.rs index cb04de18828..bf114bbe6e5 100644 --- a/library/std/src/sys/unix/ext/net/tests.rs +++ b/library/std/src/sys/unix/ext/net/tests.rs @@ -2,7 +2,7 @@ use super::*; use crate::io::prelude::*; use crate::io::{self, ErrorKind, IoSlice, IoSliceMut}; use crate::iter::FromIterator; -use crate::sys::unix::ext::io::AsRawFd; +use crate::os::unix::io::AsRawFd; use crate::sys_common::io::test::tmpdir; use crate::thread; use crate::time::Duration; |
