Run cargo clippy --fix

This commit is contained in:
Ian Douglas Scott 2025-01-15 11:53:59 -08:00
parent fe1363ea42
commit 392adda651
8 changed files with 8 additions and 10 deletions

View file

@ -58,7 +58,7 @@ pub struct WorkspaceBar<'a, Msg> {
_msg: PhantomData<Msg>,
}
impl<'a, Msg> Widget<Msg, cosmic::Theme, cosmic::Renderer> for WorkspaceBar<'a, Msg> {
impl<Msg> Widget<Msg, cosmic::Theme, cosmic::Renderer> for WorkspaceBar<'_, Msg> {
fn size(&self) -> Size<Length> {
Size {
width: Length::Fill,