Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Aug 14, 2024
1 parent fcec07b commit 6c7b34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/splw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mod restart {
self.hist.pop_front();
}
}
pub(super) fn build_chart<'a>(&'a mut self) -> Chart<'a> {
pub(super) fn build_chart(&mut self) -> Chart<'_> {
self.spans = self
.hist
.iter()
Expand Down

0 comments on commit 6c7b34f

Please sign in to comment.