Fix new clippy lints

This commit is contained in:
Héctor Ramón Jiménez 2024-12-02 19:53:16 +01:00
parent e8f8216ea1
commit 602661372c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
48 changed files with 123 additions and 122 deletions

View file

@ -88,7 +88,7 @@ where
}
}
impl<'a, Theme> Default for Circular<'a, Theme>
impl<Theme> Default for Circular<'_, Theme>
where
Theme: StyleSheet,
{

View file

@ -70,7 +70,7 @@ where
}
}
impl<'a, Theme> Default for Linear<'a, Theme>
impl<Theme> Default for Linear<'_, Theme>
where
Theme: StyleSheet,
{