Skip to content

Commit

Permalink
lint probs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryescholin committed Jun 1, 2024
1 parent 2abdb3b commit d344d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod-operation/src/state_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl StateMachine {

loop {
// Lock the mutex, measure, then immediately unlock
let value = {
let _value = {
let mut encoder = wheel_encoder.lock().unwrap();
match encoder.measure() {
Ok(value) => value,
Expand Down

0 comments on commit d344d5e

Please sign in to comment.