This commit is contained in:
faldor20 2024-03-12 00:18:01 +10:00
parent ee264981b6
commit 45d994d7d7
No known key found for this signature in database
GPG key ID: F2216079B890CD57
4 changed files with 4 additions and 4 deletions

View file

@ -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,