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 e5a4d26 commit baa8f2bCopy full SHA for baa8f2b
tests/socket.rs
@@ -1334,7 +1334,7 @@ test!(
1334
test!(keepalive, set_keepalive(true));
1335
#[cfg(all(feature = "all", any(target_os = "fuchsia", target_os = "linux")))]
1336
test!(freebind, set_freebind(true));
1337
-#[cfg(all(feature = "all", any(target_os = "linux")))]
+#[cfg(all(feature = "all", target_os = "linux"))]
1338
test!(IPv6 freebind_ipv6, set_freebind_ipv6(true));
1339
1340
test!(IPv4 ttl, set_ttl(40));
0 commit comments