rust-bitcoin-unsafe-fast/src/util/psbt
Andrew Poelstra 0c22359618
Merge rust-bitcoin/rust-bitcoin#1001: Remove leading colons
73bc2bb058 Remove leading colons from ::core::cmp::Ordering (Tobin C. Harding)
bffe0e840d Remove _most_ leading double colons (Tobin C. Harding)

Pull request description:

  Leading double colons are a relic of edition 2015. Attempt to remove _all_ leading double colons (assuming I didn't miss any).

  - Patch 1 is done mechanically so it can be repeated by reviewers, just search-and-replace ' ::' with '::' (note the leading space).
  - Patch 2 does a single other instance of leading `::`

ACKs for top commit:
  apoelstra:
    ACK 73bc2bb058
  sanket1729:
    utACK 73bc2bb058.

Tree-SHA512: 8f7aafdda1aed5b69dcc83f544e65085dfec6590765839f0a6f259b99872805d1f00602fd9deac05c80a5cac3bc222d454dde0117dff4484e5cd34ea930fdfa1
2022-07-19 01:39:04 +00:00
..
map Derive Hash on a bunch of types 2022-07-15 10:00:32 +10:00
error.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00
macros.rs Merge rust-bitcoin/rust-bitcoin#1001: Remove leading colons 2022-07-19 01:39:04 +00:00
mod.rs Merge rust-bitcoin/rust-bitcoin#1001: Remove leading colons 2022-07-19 01:39:04 +00:00
raw.rs Merge rust-bitcoin/rust-bitcoin#1076: Introduce SPDX license identifiers 2022-07-11 15:11:03 +00:00
serialize.rs Upgrade to bitcoin_hashes v0.11.0 2022-07-13 09:38:05 +10:00