feat: add Eq & Ord to Era (#53)

This commit is contained in:
Lucas 2022-02-18 07:51:26 -05:00 committed by GitHub
parent 97ea381d64
commit 3e5833b4ba

View file

@ -21,7 +21,7 @@ where
} }
} }
#[derive(Debug, Copy, Clone)] #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub enum Era { pub enum Era {
Byron, Byron,
Shelley, Shelley,