Skip to content

Commit 226ed00

Browse files
committed
fix tests
1 parent dbd0844 commit 226ed00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/os/unix/net/tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ use crate::thread;
88
use crate::time::Duration;
99

1010
#[cfg(target_os = "android")]
11-
use crate::os::android::net::SocketAddrExt;
11+
use crate::os::android::net::{SocketAddrExt, UnixSocketExt};
1212

1313
#[cfg(target_os = "linux")]
14-
use crate::os::linux::net::SocketAddrExt;
14+
use crate::os::linux::net::{SocketAddrExt, UnixSocketExt};
1515

1616
macro_rules! or_panic {
1717
($e:expr) => {

0 commit comments

Comments
 (0)