rust/hg-core/src/dirstate.rs
changeset 47956 81aedf1fc897
parent 47683 284a20269a97
child 48018 08efe5945d2b
--- a/rust/hg-core/src/dirstate.rs	Fri Sep 10 09:53:09 2021 +0200
+++ b/rust/hg-core/src/dirstate.rs	Thu Sep 09 21:04:55 2021 +0200
@@ -19,7 +19,7 @@
 pub mod parsers;
 pub mod status;
 
-#[derive(Debug, PartialEq, Clone, BytesCast)]
+#[derive(Debug, PartialEq, Copy, Clone, BytesCast)]
 #[repr(C)]
 pub struct DirstateParents {
     pub p1: Node,