Closed marhkb closed 2 years ago
It seems Serialize is enough to make the macro serde_json::json happy.
Serialize
serde_json::json
It's just a code simplification that makes it possible to use more types without them having to implement AsRef<str>.
AsRef<str>
I ran the test suite.
I think this doesn't need to be mentioned.
Thank you!
It seems
Serialize
is enough to make the macroserde_json::json
happy.What did you implement:
It's just a code simplification that makes it possible to use more types without them having to implement
AsRef<str>
.How did you verify your change:
I ran the test suite.
What (if anything) would need to be called out in the CHANGELOG for the next release:
I think this doesn't need to be mentioned.