mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
Remove Clone
bound from Avatar
This commit is contained in:
parent
d9a030157e
commit
901af8de3f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use gpui3::img;
|
|||
|
||||
use crate::prelude::*;
|
||||
|
||||
#[derive(Element, Clone)]
|
||||
#[derive(Element)]
|
||||
pub struct Avatar<S: 'static + Send + Sync> {
|
||||
state_type: PhantomData<S>,
|
||||
src: SharedString,
|
||||
|
|
Loading…
Reference in a new issue