mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Clippy
This commit is contained in:
parent
66ec1b4a84
commit
884d07344e
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ fn can_annotation_help(
|
|||
region: Region::across_all(clauses.iter().map(|clause| &clause.region)),
|
||||
});
|
||||
|
||||
return Type::Erroneous(Problem::CanonicalizationProblem);
|
||||
Type::Erroneous(Problem::CanonicalizationProblem)
|
||||
}
|
||||
Malformed(string) => {
|
||||
malformed(env, region, string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue