mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +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);
|
ret.add_names(taken);
|
||||||
}
|
}
|
||||||
Alias(_, ts, t) => {
|
Alias(_, ts, t) => {
|
||||||
ts.iter().for_each(|(a, t)| {
|
ts.iter().for_each(|t| {
|
||||||
taken.insert(a.clone());
|
|
||||||
t.add_names(taken);
|
t.add_names(taken);
|
||||||
});
|
});
|
||||||
t.add_names(taken);
|
t.add_names(taken);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue