mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Clippy warning
This commit is contained in:
parent
5e5eb6dca8
commit
c8ba554d8c
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue