Add missing Clone bounds

This commit is contained in:
Marshall Bowers 2023-10-19 15:02:00 -04:00
parent 58650b7d2d
commit 2189983323
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@ use gpui3::{view, Context, View};
use crate::prelude::*;
use crate::{h_stack, Icon, IconButton, IconColor, Input};
#[derive(Clone)]
pub struct BufferSearch {
is_replace_open: bool,
}