Fix new clippy lints
This commit is contained in:
parent
e8f8216ea1
commit
602661372c
48 changed files with 123 additions and 122 deletions
|
|
@ -145,7 +145,7 @@ mod rainbow {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, Message> From<Rainbow> for Element<'a, Message> {
|
||||
impl<Message> From<Rainbow> for Element<'_, Message> {
|
||||
fn from(rainbow: Rainbow) -> Self {
|
||||
Self::new(rainbow)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue