Skip to content

Commit

Permalink
style(core/supervisor): satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Oct 26, 2023
1 parent ded10ac commit 98684fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elfo-core/src/supervisor/measure_poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ impl<F: Future> Future for MeasurePoll<F> {
#[cfg(feature = "unstable-stuck-detection")]
this.stuck_detector.exit();

#[allow(clippy::let_and_return)]
result
}
}

0 comments on commit 98684fd

Please sign in to comment.