diff options
Diffstat (limited to 'crates/ra_text_edit/src')
-rw-r--r-- | crates/ra_text_edit/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_text_edit/src/lib.rs b/crates/ra_text_edit/src/lib.rs index 37f77cc47..c4f945101 100644 --- a/crates/ra_text_edit/src/lib.rs +++ b/crates/ra_text_edit/src/lib.rs | |||
@@ -21,7 +21,7 @@ pub struct TextEdit { | |||
21 | indels: Vec<Indel>, | 21 | indels: Vec<Indel>, |
22 | } | 22 | } |
23 | 23 | ||
24 | #[derive(Debug, Default)] | 24 | #[derive(Debug, Default, Clone)] |
25 | pub struct TextEditBuilder { | 25 | pub struct TextEditBuilder { |
26 | indels: Vec<Indel>, | 26 | indels: Vec<Indel>, |
27 | } | 27 | } |