mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-10 03:01:04 +00:00
b276849ce1
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