Make tidy
This commit is contained in:
parent
c8c3579bff
commit
052e59cc12
@ -578,7 +578,7 @@ impl<'a, 'gcx, 'tcx> Struct {
|
||||
attr::ReprInt(_) => false,
|
||||
attr::ReprExtern => true,
|
||||
attr::ReprPacked => true,
|
||||
attr::ReprSimd => bug!("Simd vectors should be represented as a layout::Vector")
|
||||
attr::ReprSimd => bug!("Simd vectors should be represented as layout::Vector")
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -35,8 +35,8 @@ pub struct p0f_api_query {
|
||||
pub magic: u32,
|
||||
pub addr_type: u8,
|
||||
pub addr: [u8; 16],
|
||||
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
assert_eq!(size_of::<E1>(), 6);
|
||||
assert_eq!(size_of::<E2>(), 6);
|
||||
|
Loading…
Reference in New Issue
Block a user