Skip to content

Commit 84b38dd

Browse files
committed
fix ci
1 parent 74c1f0b commit 84b38dd

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/os/windows/net

1 file changed

+1
-0
lines changed

library/std/src/os/windows/net/addr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
22

3+
use crate::mem::offset_of;
34
use crate::os::raw::{c_char, c_int};
45
use crate::path::Path;
56
use crate::sys::c::{self, SOCKADDR};

0 commit comments

Comments
 (0)