Remove Clone
bound from IconElement
This commit is contained in:
parent
a1aba32209
commit
e1e8b63eb5
2 changed files with 4 additions and 4 deletions
|
@ -148,7 +148,7 @@ impl Icon {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Element, Clone)]
|
||||
#[derive(Element)]
|
||||
pub struct IconElement<S: 'static + Send + Sync> {
|
||||
state_type: PhantomData<S>,
|
||||
icon: Icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue