mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Clippy
This commit is contained in:
parent
85f69b5927
commit
17dabdc8b7
@ -83,7 +83,7 @@ impl<'a> Env<'a> {
|
||||
}
|
||||
None => Err(RuntimeError::LookupNotInScope(
|
||||
Located {
|
||||
value: ident.into(),
|
||||
value: ident,
|
||||
region,
|
||||
},
|
||||
self.ident_ids
|
||||
|
Loading…
Reference in New Issue
Block a user