remove redundant clones
This commit is contained in:
parent
e9af664888
commit
b472a155fc
7 changed files with 13 additions and 15 deletions
|
|
@ -551,7 +551,7 @@ impl cosmic::Application for CosmicAppList {
|
|||
},
|
||||
window::Id(0),
|
||||
Some(DndIcon::Custom(icon_id)),
|
||||
Box::new(toplevel_group.clone()),
|
||||
Box::new(toplevel_group),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue