serde/test_suite
Jonas Bushart b276849ce1 Prevent panic when deserializing malformed Duration
std::time::Duration::new can panic. There is no alternative non-panicing constructor.
Check the panic condition beforehand and return an error instead of panicing.

Fixes #1933
2021-01-20 20:41:45 +01:00
..
no_std Update no_std test to 2018 edition 2018-12-31 21:42:22 -05:00
tests Prevent panic when deserializing malformed Duration 2021-01-20 20:41:45 +01:00
build.rs Exclude expansion tests from test suite by default 2020-05-05 21:52:37 -07:00
Cargo.toml Opt in to experimental trybuild diffs 2020-10-31 13:28:19 -07:00