mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Clippy
This commit is contained in:
parent
85f69b5927
commit
17dabdc8b7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ impl<'a> Env<'a> {
|
||||||
}
|
}
|
||||||
None => Err(RuntimeError::LookupNotInScope(
|
None => Err(RuntimeError::LookupNotInScope(
|
||||||
Located {
|
Located {
|
||||||
value: ident.into(),
|
value: ident,
|
||||||
region,
|
region,
|
||||||
},
|
},
|
||||||
self.ident_ids
|
self.ident_ids
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue