You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `chrono::Months: _::_serde::Serialize` is not satisfied
--> src\main.rs:5:10
|
5 | #[derive(Serialize, Deserialize, Debug)]
| ^^^^^^^^^ the trait `_::_serde::Serialize` is not implemented for `chrono::Months`
What the compiler said...
I'm probably the only person in the world using that enum in that way 😅
The text was updated successfully, but these errors were encountered:
djc
changed the title
BUG: Months enum doesn't serialize
No serde impls for Months
Jul 23, 2024
This isn't even an enum... It is fairly niche and I think adding the Months type may have been a mistake so I'm not sure we'll want to add more API surface to it.
What the compiler said...
I'm probably the only person in the world using that enum in that way 😅
The text was updated successfully, but these errors were encountered: