summaryrefslogtreecommitdiff
path: root/examples/02-struct-singleton
diff options
context:
space:
mode:
Diffstat (limited to 'examples/02-struct-singleton')
-rw-r--r--examples/02-struct-singleton/output/rust/src/point.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/02-struct-singleton/output/rust/src/point.rs b/examples/02-struct-singleton/output/rust/src/point.rs
index 866f0c5..53af3dd 100644
--- a/examples/02-struct-singleton/output/rust/src/point.rs
+++ b/examples/02-struct-singleton/output/rust/src/point.rs
@@ -1,4 +1,4 @@
// Generated by hobgoblin.
-#[derive(Debug, Hash, PartialEq)]
+#[derive(Clone, Debug, Hash, PartialEq)]
pub struct Origin;