Clippy warning

This commit is contained in:
ayazhafiz 2021-12-26 11:58:50 -06:00
parent 5e5eb6dca8
commit c8ba554d8c

View file

@ -450,10 +450,10 @@ impl<'a> UnionLayout<'a> {
return None; return None;
}; };
return Some( Some(
self.data_size_and_alignment_help_match(None, pointer_size) self.data_size_and_alignment_help_match(None, pointer_size)
.0, .0,
); )
} }
fn data_size_and_alignment_help_match( fn data_size_and_alignment_help_match(