diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-21 20:49:05 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-21 20:49:05 -0500 |
| commit | fcdc6afa9220f96be41f0b1ab1803b5de9859b99 (patch) | |
| tree | ca9bf03ee83670fb172adb5799da7f68b47bc498 /src/month.rs | |
| parent | 7fbd7d77b0230e3a4247ae0fa75f36fb1be7d84f (diff) | |
Remove ordering for month
Diffstat (limited to 'src/month.rs')
| -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 { |
