mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
new rustfmt and clippy
This commit is contained in:
parent
dfaa280a88
commit
b098d13407
4 changed files with 38 additions and 16 deletions
|
@ -643,7 +643,10 @@ impl<'a> Layout<'a> {
|
|||
Union(variant) => {
|
||||
use UnionLayout::*;
|
||||
|
||||
matches!(variant, Recursive(_)| NullableWrapped { .. } | NullableUnwrapped { .. })
|
||||
matches!(
|
||||
variant,
|
||||
Recursive(_) | NullableWrapped { .. } | NullableUnwrapped { .. }
|
||||
)
|
||||
}
|
||||
|
||||
RecursivePointer => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue