Skip to content

Commit

Permalink
Try to fix build in older Rusts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuji Yamamoto committed Dec 19, 2019
1 parent d073d5e commit c6b0b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/android/b32/arm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ s! {
}
}

#[allow(dead_code)]
struct Array128<T>([T; 128]);

impl<T: PartialEq> PartialEq for Array128<T> {
Expand Down Expand Up @@ -64,7 +65,6 @@ impl<T: ::hash::Hash> ::hash::Hash for Array128<T> {
cfg_if! {
if #[cfg(libc_union)] {
s_no_extra_traits! {

pub struct ucontext_t {
pub uc_flags: ::c_ulong,
pub uc_link: *mut ucontext_t,
Expand Down

0 comments on commit c6b0b73

Please sign in to comment.