mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-29 09:23:46 +00:00
clippy
This commit is contained in:
parent
ee264981b6
commit
45d994d7d7
4 changed files with 4 additions and 4 deletions
|
@ -406,7 +406,7 @@ fn contains_unexposed_type(
|
|||
contains_unexposed_type(&loc_arg.value, exposed_module_ids, module_ids)
|
||||
})
|
||||
} else {
|
||||
return true;
|
||||
true
|
||||
}
|
||||
}
|
||||
Malformed(_) | Inferred | Wildcard | BoundVariable(_) => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue