Remove unneeded itoa std feature

This feature is not used by serde_json even in std mode.
This commit is contained in:
David Tolnay 2020-01-21 23:55:51 -08:00
parent 67857df516
commit cf3beee3d2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -44,7 +44,7 @@ features = ["raw_value"]
[features] [features]
default = ["std"] default = ["std"]
std = ["serde/std", "itoa/std"] std = ["serde/std"]
# Provide integration for heap-allocated collections without depending on the # Provide integration for heap-allocated collections without depending on the
# rest of the Rust standard library. # rest of the Rust standard library.