rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/units
Jamil Lambert, PhD 9fce57b738
Change T::from_str(s) to s.parse::<T>() in tests
`s.parse` is more idiomatic and produces more helpful error messages.

This has been changed repo wide in tests.
2024-08-28 16:13:03 +01:00
..
deserialize_amount.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00