Skip to content

Commit

Permalink
fix: new clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Oct 17, 2024
1 parent c9e578c commit 35db9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preview/terminal/ui/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl<'a> GlyphCanvasShapePoints<'a> {
}
}

impl<'a> Iterator for GlyphCanvasShapePoints<'a> {
impl Iterator for GlyphCanvasShapePoints<'_> {
type Item = (f64, f64);

fn next(&mut self) -> Option<Self::Item> {
Expand Down

0 comments on commit 35db9f4

Please sign in to comment.