Open OmmyZhang opened 1 year ago
https://docs.rs/chrono/latest/chrono/struct.Date.html
clippy:
error: use of deprecated struct chrono::Date: Use NaiveDate or DateTime<Tz> instead
chrono::Date
NaiveDate
DateTime<Tz>
https://docs.rs/chrono/latest/chrono/struct.Date.html
clippy:
error: use of deprecated struct
chrono::Date
: UseNaiveDate
orDateTime<Tz>
instead