mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Remove variable that no longer exists
This commit is contained in:
parent
fe85af8d03
commit
31d4536449
1 changed files with 1 additions and 2 deletions
|
@ -1361,8 +1361,7 @@ impl ErrorType {
|
|||
ret.add_names(taken);
|
||||
}
|
||||
Alias(_, ts, t) => {
|
||||
ts.iter().for_each(|(a, t)| {
|
||||
taken.insert(a.clone());
|
||||
ts.iter().for_each(|t| {
|
||||
t.add_names(taken);
|
||||
});
|
||||
t.add_names(taken);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue