Remove month and year duration constants (#6613)

remove month/year/decade durations for parsing and units, but leave the humanized output for viewing
This commit is contained in:
JT
2022-09-26 09:55:13 +13:00
committed by GitHub
parent 43905caa46
commit d66a5398d1
6 changed files with 2 additions and 82 deletions

View File

@ -30,7 +30,4 @@ pub enum Unit {
Hour,
Day,
Week,
Month,
Year,
Decade,
}