diff options
Diffstat (limited to 'src/ion.rs')
-rw-r--r-- | src/ion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ pub enum IonType { Annotations = 0x0e, } -#[derive(PartialOrd, PartialEq)] +#[derive(PartialOrd, PartialEq, Clone)] pub struct IonValue(Vec<u8>); impl IonValue { |