Remove Copy
implementation for TextArea
This commit is contained in:
parent
0857bef584
commit
d40b6ad2ed
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ impl Default for TextBounds {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A text area containing text to be rendered along with its overflow behavior.
|
/// A text area containing text to be rendered along with its overflow behavior.
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone)]
|
||||||
pub struct TextArea<'a> {
|
pub struct TextArea<'a> {
|
||||||
/// The buffer containing the text to be rendered.
|
/// The buffer containing the text to be rendered.
|
||||||
pub buffer: &'a Buffer,
|
pub buffer: &'a Buffer,
|
||||||
|
|
Loading…
Reference in a new issue