Happy clippy is happy (and Clippy)

This commit is contained in:
Emmanuel BENOîT 2023-01-07 11:59:32 +01:00
parent 8741692fad
commit 6252bed605
2 changed files with 3 additions and 4 deletions
src/interpreter

View file

@ -33,7 +33,7 @@ impl<'a> InterpreterState<'a> {
Self {
environment: env.clone(),
globals: env,
locals: &locals,
locals,
}
}