Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 20, 2024
1 parent bf96071 commit e5490fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iced_examples/redraw/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn is_visible(bounds: &Rectangle) -> bool {
bounds.width > 0.0 && bounds.height > 0.0
}

impl<'a, Message, Theme, Renderer> Widget<Message, Theme, Renderer> for LoadingBar
impl<Message, Theme, Renderer> Widget<Message, Theme, Renderer> for LoadingBar
where
Renderer: renderer::Renderer,
{
Expand Down

0 comments on commit e5490fd

Please sign in to comment.