rust-bitcoin-unsafe-fast/src
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
..
blockdata Merge rust-bitcoin/rust-bitcoin#1001: Remove leading colons 2022-07-19 01:39:04 +00:00
consensus Merge rust-bitcoin/rust-bitcoin#1066: Upgrade to secp256k1 v0.23.0 2022-07-12 14:03:49 +00:00
network Upgrade to bitcoin_hashes v0.11.0 2022-07-13 09:38:05 +10:00
util Merge rust-bitcoin/rust-bitcoin#1001: Remove leading colons 2022-07-19 01:39:04 +00:00
hash_types.rs Upgrade to bitcoin_hashes v0.11.0 2022-07-13 09:38:05 +10:00
internal_macros.rs Merge rust-bitcoin/rust-bitcoin#1001: Remove leading colons 2022-07-19 01:39:04 +00:00
lib.rs Merge rust-bitcoin/rust-bitcoin#1093: Add new type for sequence 2022-07-17 23:04:16 +00:00
policy.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00
serde_utils.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00
test_macros.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00