Skip to content

Commit

Permalink
Cut mut
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed May 3, 2024
1 parent fa1c606 commit aff1c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ impl EnumTape {
}
}

fn check_step(&mut self, shift: Shift, color: Color, skip: bool) {
fn check_step(&self, shift: Shift, color: Color, skip: bool) {
let (pull, push) = if shift {
(&self.tape.rspan, &self.tape.lspan)
} else {
Expand Down

0 comments on commit aff1c6d

Please sign in to comment.