mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
rust fmt
This commit is contained in:
parent
e1a0bc1563
commit
6e3bd69e7c
1 changed files with 4 additions and 1 deletions
|
@ -1239,5 +1239,8 @@ fn gather_tags(
|
|||
}
|
||||
|
||||
fn is_recursion_var(subs: &Subs, var: Variable) -> bool {
|
||||
matches!(subs.get_without_compacting(var).content, Content::RecursionVar { .. })
|
||||
matches!(
|
||||
subs.get_without_compacting(var).content,
|
||||
Content::RecursionVar { .. }
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue