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 71005a5 commit a44722fCopy full SHA for a44722f
libc-test/tests/cmsg.rs
@@ -29,6 +29,7 @@ mod t {
29
}
30
31
#[test]
32
+ #[allow(unused_assignments)] // false-positive: https://github.com/rust-lang/rust/issues/147648
33
fn test_cmsg_firsthdr() {
34
let mut buf = [0u8; 256];
35
let mut mhdr: msghdr = unsafe { mem::zeroed() };
0 commit comments