Skip to content

Commit b7b29ac

Browse files
committed
Remove additional impl SockAddr block
1 parent 5b89c85 commit b7b29ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sys/unix.rs

-2
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,7 @@ impl SockAddr {
524524
}
525525
.map(|(_, addr)| addr)
526526
}
527-
}
528527

529-
impl SockAddr {
530528
/// Constructs a `SockAddr` with the family `AF_VSOCK` and the provided CID/port.
531529
///
532530
/// # Errors

0 commit comments

Comments
 (0)