mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Unnecessary return
This commit is contained in:
parent
8e093abaf5
commit
e5b619780c
1 changed files with 1 additions and 2 deletions
|
@ -3379,9 +3379,8 @@ fn instantiate_rigids(
|
|||
if !rigid_substitution.is_empty() {
|
||||
annotation.substitute_variables(&rigid_substitution);
|
||||
}
|
||||
let annotation_index = types.from_old_type(&annotation);
|
||||
|
||||
annotation_index
|
||||
types.from_old_type(&annotation)
|
||||
};
|
||||
|
||||
let signature = generate_fresh_ann(types);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue