File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
9- //! A map of String to toml:: Value.
9+ //! A map of ` String` to [ Value] .
1010//!
1111//! By default the map is backed by a [`BTreeMap`]. Enable the `preserve_order`
12- //! feature of toml-rs to use [`LinkedHashMap `] instead.
12+ //! feature of toml-rs to use [`IndexMap `] instead.
1313//!
1414//! [`BTreeMap`]: https://doc.rust-lang.org/std/collections/struct.BTreeMap.html
15- //! [`LinkedHashMap `]: https://docs.rs/linked-hash-map/*/linked_hash_map/struct.LinkedHashMap.html
15+ //! [`IndexMap `]: https://docs.rs/indexmap
1616
1717use crate :: value:: Value ;
1818use serde:: { de, ser} ;
You can’t perform that action at this time.
0 commit comments