mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 15:26:00 +00:00
Remove unneeded itoa std feature
This feature is not used by serde_json even in std mode.
This commit is contained in:
parent
67857df516
commit
cf3beee3d2
@ -44,7 +44,7 @@ features = ["raw_value"]
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
std = ["serde/std", "itoa/std"]
|
||||
std = ["serde/std"]
|
||||
|
||||
# Provide integration for heap-allocated collections without depending on the
|
||||
# rest of the Rust standard library.
|
||||
|
Loading…
x
Reference in New Issue
Block a user