Happy clippy is happy (and Clippy)
This commit is contained in:
parent
8741692fad
commit
6252bed605
2 changed files with 3 additions and 4 deletions
src/interpreter
|
@ -33,7 +33,7 @@ impl<'a> InterpreterState<'a> {
|
|||
Self {
|
||||
environment: env.clone(),
|
||||
globals: env,
|
||||
locals: &locals,
|
||||
locals,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue