Fix new clippy lints
This commit is contained in:
parent
e8f8216ea1
commit
602661372c
48 changed files with 123 additions and 122 deletions
|
|
@ -88,7 +88,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, Theme> Default for Circular<'a, Theme>
|
||||
impl<Theme> Default for Circular<'_, Theme>
|
||||
where
|
||||
Theme: StyleSheet,
|
||||
{
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, Theme> Default for Linear<'a, Theme>
|
||||
impl<Theme> Default for Linear<'_, Theme>
|
||||
where
|
||||
Theme: StyleSheet,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue