mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Clippy
This commit is contained in:
parent
b4f45215ea
commit
8f5580c0a5
1 changed files with 2 additions and 2 deletions
|
@ -1064,7 +1064,7 @@ fn canonicalize_type_defs<'a>(
|
|||
output,
|
||||
var_store,
|
||||
scope,
|
||||
&pending_abilities_in_scope,
|
||||
pending_abilities_in_scope,
|
||||
name,
|
||||
ann,
|
||||
&vars,
|
||||
|
@ -1123,7 +1123,7 @@ fn canonicalize_type_defs<'a>(
|
|||
var_store,
|
||||
scope,
|
||||
abilities,
|
||||
&pending_abilities_in_scope,
|
||||
pending_abilities_in_scope,
|
||||
);
|
||||
|
||||
(aliases, symbols_introduced)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue