We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0809435 commit ea72027Copy full SHA for ea72027
src/sys/unix/uds/socketaddr.rs
@@ -3,7 +3,7 @@ use std::os::unix::ffi::OsStrExt;
3
use std::path::Path;
4
use std::{ascii, fmt};
5
6
-use crate::sys::uds::path_offset;
+use crate::sys::unix::uds::path_offset;
7
8
/// An address associated with a `mio` specific Unix socket.
9
///
0 commit comments