rust-bitcoin-unsafe-fast/units/src
merge-script efae4cac8a
Merge rust-bitcoin/rust-bitcoin#4544: use Self:: instead of type aliases in error impls
0a0e23fedf style: use Self:: instead of type aliases in error impls (frankomosh)

Pull request description:

  Replace `use FooError as E` with `Self::` , during pattern matching
  on the same type in Display/Error trait implementations.

  close #4536

ACKs for top commit:
  tcharding:
    ACK 0a0e23fedf
  apoelstra:
    ACK 0a0e23fedf3552df677b379d86a1e0ac6b063152; successfully ran local tests

Tree-SHA512: 25c45a890635f990afc3bc09096929f8793007852ac435f061348bff2bd79e3faabf034d1e1e277596f4f7365477f477798f1b1e0c4b918c5b0fa08f8c49e732
2025-05-23 12:39:35 +00:00
..
amount style: use Self:: instead of type aliases in error impls 2025-05-22 20:28:33 +03:00
fee_rate Merge rust-bitcoin/rust-bitcoin#4542: Fix FeeRate::checked_add/sub 2025-05-23 03:57:18 +00:00
locktime style: use Self:: instead of type aliases in error impls 2025-05-22 20:28:33 +03:00
block.rs Add tests to block 2025-05-20 16:04:23 +01:00
fee.rs units: re-order ceil/floor functions 2025-05-22 10:50:34 +10:00
internal_macros.rs Create impl_mul_assign and impl_div_assign macros 2025-04-22 22:50:09 -05:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4458: locktimes: replace `MtpAndHeight` type with pair of `BlockMtp` and `BlockHeight` 2025-05-07 22:32:16 +00:00
parse.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
result.rs Merge rust-bitcoin/rust-bitcoin#4532: units: Kill mutants found in weekly mutation testing 2025-05-21 15:23:44 +00:00
time.rs units: Manually implement serde traits 2025-05-14 14:31:39 +10:00
weight.rs 2025-05-18 automated rustfmt nightly 2025-05-18 01:40:39 +00:00