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 c72e45f commit 62d6477Copy full SHA for 62d6477
src/unix/linux_like/mod.rs
@@ -275,7 +275,7 @@ s! {
275
}
276
277
#[cfg(libc_union)]
278
-s_no_extra_traits!{
+s_no_extra_traits! {
279
// Can't correctly impl Debug for unions
280
#[allow(missing_debug_implementations)]
281
@@ -303,7 +303,7 @@ s_no_extra_traits!{
303
304
305
#[cfg(not(libc_union))]
306
307
pub struct sigevent {
308
pub sigev_value: ::sigval,
309
pub sigev_signo: ::c_int,
0 commit comments