mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Unused var
This commit is contained in:
parent
5fea767411
commit
e3ead18e8f
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ fn find_names_needed(
|
|||
);
|
||||
}
|
||||
}
|
||||
RangedNumber(range) => {
|
||||
RangedNumber(_) => {
|
||||
subs.set_content(variable, FlexVar(None));
|
||||
find_names_needed(
|
||||
variable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue