Run cargo clippy --fix
This commit is contained in:
parent
fe1363ea42
commit
392adda651
8 changed files with 8 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue