summaryrefslogtreecommitdiffstats
path: root/tests/defaults.rs
AgeCommit message (Expand)Author
2022-01-29use 'Self' to refer to own typeDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel Eades
2021-12-29use explicit imports for macrosDaniel Eades
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-03-26Remove Config::new()Matthias Beyer
2019-05-09Remove try_defaults_from and set_defaults (for now) as '#[serde(default)]' wo...Ryan Leckey
2019-04-08Bootstrap solutiontyranron