Skip to content

Commit 8108660

Browse files
LinusUNa1w
authored andcommitted
Derive Default trait for DataType (alfg#100)
1 parent bb98664 commit 8108660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ pub fn creation_time(creation_time: u64) -> u64 {
657657
}
658658
}
659659

660-
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Default)]
660+
#[derive(Debug, Default, Clone, PartialEq, Eq, Serialize)]
661661
pub enum DataType {
662662
#[default]
663663
Binary = 0x000000,

0 commit comments

Comments
 (0)