Skip to content

Commit baa8f2b

Browse files
committed
Fix Clippy warning
1 parent e5a4d26 commit baa8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/socket.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ test!(
13341334
test!(keepalive, set_keepalive(true));
13351335
#[cfg(all(feature = "all", any(target_os = "fuchsia", target_os = "linux")))]
13361336
test!(freebind, set_freebind(true));
1337-
#[cfg(all(feature = "all", any(target_os = "linux")))]
1337+
#[cfg(all(feature = "all", target_os = "linux"))]
13381338
test!(IPv6 freebind_ipv6, set_freebind_ipv6(true));
13391339

13401340
test!(IPv4 ttl, set_ttl(40));

0 commit comments

Comments
 (0)