mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +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(
|
||||
Located {
|
||||
value: ident.into(),
|
||||
value: ident,
|
||||
region,
|
||||
},
|
||||
self.ident_ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue