Thomas 3 năm trước cách đây
mục cha
commit
df8a44cc02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -155,7 +155,7 @@ impl DNAString {
         }
     }
 }
-#[derive(Debug)]
+#[derive(Debug, Clone, Copy)]
 pub enum MergeErrors {
     NoMerge,
     Unexpected