Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Nov 7, 2023
1 parent 73a2e01 commit 5ed7b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lox-execute/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ impl VM {

Self {
frames: vec![frame],
heap: heap,
stack: stack,
heap,
stack,
globals: HashMap::new(),
output: String::new(),
}
Expand Down

0 comments on commit 5ed7b08

Please sign in to comment.