We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92292e7 commit 5a092e5Copy full SHA for 5a092e5
src/unix/linux_like/mod.rs
@@ -279,7 +279,7 @@ s! {
279
}
280
281
#[cfg(libc_union)]
282
-s_no_extra_traits!{
+s_no_extra_traits! {
283
// Can't correctly impl Debug for unions
284
#[allow(missing_debug_implementations)]
285
@@ -307,7 +307,7 @@ s_no_extra_traits!{
307
308
309
#[cfg(not(libc_union))]
310
311
pub struct sigevent {
312
pub sigev_value: ::sigval,
313
pub sigev_signo: ::c_int,
0 commit comments