Remove Clone bound from Avatar

This commit is contained in:
Marshall Bowers 2023-10-20 11:13:13 -04:00
parent d9a030157e
commit 901af8de3f

View file

@ -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,