summaryrefslogtreecommitdiffstats
path: root/tests/legacy/errors.rs
AgeCommit message (Collapse)Author
2023-02-02Fix test for error stringMatthias Beyer
This patch fixes the error test for parsing invalid TOML. When we updated toml-rs to 0.7.0, the error display string was altered. Thus we had to adapt the tests for that string. The legacy tests were removed as they are equal to the "non-legacy" tests. No need to keep them both. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel Eades
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot