diff options
Diffstat (limited to 'library/std/src/os/unix/net/ucred/tests.rs')
| -rw-r--r-- | library/std/src/os/unix/net/ucred/tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/std/src/os/unix/net/ucred/tests.rs b/library/std/src/os/unix/net/ucred/tests.rs index a6cc81318fc..59414f4dcae 100644 --- a/library/std/src/os/unix/net/ucred/tests.rs +++ b/library/std/src/os/unix/net/ucred/tests.rs @@ -1,6 +1,7 @@ -use crate::os::unix::net::UnixStream; use libc::{getegid, geteuid, getpid}; +use crate::os::unix::net::UnixStream; + #[test] #[cfg(any( target_os = "android", |
