Run cargo clippy --fix
This commit is contained in:
parent
fe1363ea42
commit
392adda651
8 changed files with 8 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ pub struct ImageBg<'a, Msg> {
|
|||
_msg: PhantomData<Msg>,
|
||||
}
|
||||
|
||||
impl<'a, Msg> Widget<Msg, cosmic::Theme, cosmic::Renderer> for ImageBg<'a, Msg> {
|
||||
impl<Msg> Widget<Msg, cosmic::Theme, cosmic::Renderer> for ImageBg<'_, Msg> {
|
||||
delegate::delegate! {
|
||||
to self.content.as_widget() {
|
||||
fn tag(&self) -> tree::Tag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue