summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/editor/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/editor/src/main.rs b/examples/editor/src/main.rs
index 2a70b34c..11819c69 100644
--- a/examples/editor/src/main.rs
+++ b/examples/editor/src/main.rs
@@ -9,7 +9,7 @@ struct Editor {
content: text_editor::Content,
}
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug, Clone)]
enum Message {
Edit(text_editor::Action),
}