summaryrefslogtreecommitdiffstats
path: root/tests/empty.rs
AgeCommit message (Collapse)Author
2021-03-14Rename try_into/try_fromMatthias Beyer
Because of the clash in names with the TryInto and TryFrom traits, we're renaming the functions here to try_serialize/try_deserialize. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-13Fix imports for new crate nameMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Tested-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-08Fix annoying 'invalid type: unit value, expected struct Settings' errortyranron