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 a23fedf commit 5d4300aCopy full SHA for 5d4300a
src/unix/linux_like/linux/musl/mod.rs
@@ -37,13 +37,15 @@ cfg_if! {
37
}
38
39
40
-#[repr(C)]
41
-pub struct posix_dent {
42
- pub d_ino: ino_t,
43
- pub d_off: off_t,
44
- pub d_reclen: c_ushort,
45
- pub d_type: c_uchar,
46
- pub d_name: *mut c_char,
+s_no_extra_traits! {
+ #[repr(C)]
+ pub struct posix_dent {
+ pub d_ino: ino_t,
+ pub d_off: off_t,
+ pub d_reclen: c_ushort,
+ pub d_type: c_uchar,
47
+ pub d_name: *mut c_char,
48
+ }
49
50
51
impl siginfo_t {
0 commit comments