diff --git a/src/lib.rs b/src/lib.rs index d0e214b..85b232f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -96,7 +96,7 @@ impl Default for TextBounds { } /// A text area containing text to be rendered along with its overflow behavior. -#[derive(Clone, Copy)] +#[derive(Clone)] pub struct TextArea<'a> { /// The buffer containing the text to be rendered. pub buffer: &'a Buffer,