diff options
| author | Botahamec <botahamec@outlook.com> | 2022-01-31 09:42:47 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-01-31 09:42:47 -0500 |
| commit | 2a057c1197d70d1d9b31a090c28dd7b929fdb6ae (patch) | |
| tree | bf8323ac8ef1ddc88853301e718615e542c35e4b /src/weekday.rs | |
| parent | 923e30b1bac5485075df893e8c5ef2d0346bf251 (diff) | |
Added ordering
Diffstat (limited to 'src/weekday.rs')
| -rw-r--r-- | src/weekday.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weekday.rs b/src/weekday.rs index b5e3f32..d678b9f 100644 --- a/src/weekday.rs +++ b/src/weekday.rs @@ -1,4 +1,4 @@ -use std::str::FromStr; +use core::str::FromStr; use derive_more::Display; |
