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 0d4d36f commit 5ec3e1dCopy full SHA for 5ec3e1d
test/sys/test_socket.rs
@@ -1540,7 +1540,6 @@ pub fn test_vsock() {
1540
// support is suspected.
1541
#[cfg_attr(any(not(any(target_arch = "x86_64")), any(target_env = "musl")), ignore)]
1542
#[cfg(all(target_os = "linux", any(
1543
- target_arch = "x86",
1544
target_arch = "x86_64",
1545
target_arch = "aarch64",
1546
), not(target_env = "musl")))]
@@ -1595,7 +1594,6 @@ fn test_recvmsg_timestampns() {
1595
1594
1596
1597
1598
1599
1600
1601
0 commit comments