mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Ignore argument
This commit is contained in:
parent
10288d3430
commit
d8c18cc898
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ pub fn helper(
|
|||
for problem in can_problems.into_iter() {
|
||||
// Ignore "unused" problems
|
||||
match problem {
|
||||
UnusedDef(_, _) | UnusedArgument(_, _, _) | UnusedImport(_, _) => {
|
||||
UnusedDef(_, _) | UnusedArgument(_, _, _, _) | UnusedImport(_, _) => {
|
||||
delayed_errors.push(problem);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue