mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
clippy --fix fixes
This commit is contained in:
parent
9973d4b8d2
commit
4cd8f0a056
57 changed files with 366 additions and 374 deletions
|
|
@ -1285,8 +1285,8 @@ fn write_flat_type<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
pub fn push_union<'a, L: Label>(
|
||||
subs: &'a Subs,
|
||||
pub fn push_union<L: Label>(
|
||||
subs: &Subs,
|
||||
tags: &UnionLabels<L>,
|
||||
fields: &mut Vec<(L, Vec<Variable>)>,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue