Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Apr 6, 2024
1 parent 3a3a075 commit ebe1acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/widget/animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ impl Animation {
None
}
pub fn new() -> Self {
Self::default()
Self
}
}
2 changes: 1 addition & 1 deletion src/widget/waveform_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use iced::advanced::renderer::{self, Renderer as _};
use iced::advanced::widget::{self, Widget};
use iced::keyboard::key::{Key, Named};
use iced::mouse::Button;
use iced::widget::canvas::{self};
use iced::widget::canvas;
use iced::{keyboard, Border, Renderer};
use iced::{Color, Element, Length, Point, Rectangle, Size, Vector};
use std::cell::Cell;
Expand Down

0 comments on commit ebe1acc

Please sign in to comment.