diff options
| -rw-r--r-- | src/month.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/month.rs b/src/month.rs index 995fbde..ab8da70 100644 --- a/src/month.rs +++ b/src/month.rs @@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize}; use self::Month::*; /// Months of the year -#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display, From)] +#[derive(Copy, Clone, Eq, PartialEq, Hash, Debug, Display, From)] #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] #[repr(u8)] pub enum Month { |
