This commit is contained in:
Tshepang Lekhonkhobe 2019-10-29 16:01:41 +02:00 committed by Alex Crichton
parent 5bfb7474e7
commit 10a46a1c4a

View file

@ -30,7 +30,7 @@ serde_json = "1.0"
[features] [features]
default = [] default = []
# Use LinkedHashMap rather than BTreeMap as the map type of toml::Value. # Use indexmap rather than BTreeMap as the map type of toml::Value.
# This allows data to be read into a Value and written back to a TOML string # This allows data to be read into a Value and written back to a TOML string
# while preserving the order of map keys in the input. # while preserving the order of map keys in the input.
preserve_order = ["indexmap"] preserve_order = ["indexmap"]