We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a73b72 commit ea4ba47Copy full SHA for ea4ba47
src/ifaddrs.rs
@@ -39,7 +39,7 @@ impl fmt::Debug for InterfaceAddress {
39
}
40
41
cfg_if! {
42
- if #[cfg(any(target_os = "emscripten", target_os = "fuchsia", target_os="linux"))] {
+ if #[cfg(any(target_os = "emscripten", target_os = "fuchsia", target_os = "linux"))] {
43
fn get_ifu_from_sockaddr(info: &libc::ifaddrs) -> *const libc::sockaddr {
44
info.ifa_ifu
45
0 commit comments