rust-bitcoin-unsafe-fast/bitcoin/src/psbt
Tobin C. Harding b6371b5801
Fix clippy rustdocs warnings
A new nightly version (`nightly-2024-08-28`) introduces a few warnings
because of our rustdocs. These are valid warnings and should be fixed,
thanks `clippy` team.

(The `bip152` change is a bit sloppy, open to suggestions.)
2024-08-30 05:47:31 +10:00
..
map Fix clippy rustdocs warnings 2024-08-30 05:47:31 +10:00
error.rs ecdsa: Improve error types 2024-08-23 16:08:47 +10:00
macros.rs Rename key field in Key to key_data 2024-07-14 18:12:24 -05:00
mod.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
raw.rs Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
serialize.rs fix: re-implement (de)serialization from/to readers/writers 2024-08-27 11:49:34 +02:00