mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove irrelevant TODO
This commit is contained in:
parent
e8d7820f34
commit
7871ba182d
1 changed files with 0 additions and 1 deletions
|
@ -444,7 +444,6 @@ fn contains_unexposed_type(
|
|||
Malformed(_) | Inferred | Wildcard | BoundVariable(_) => false,
|
||||
|
||||
Function(loc_args, _arrow, loc_ret) => {
|
||||
// [purity-inference] TODO: arrow
|
||||
let loc_args_contains_unexposed_type = loc_args.iter().any(|loc_arg| {
|
||||
contains_unexposed_type(&loc_arg.value, exposed_module_ids, module_ids)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue