rust-bitcoin-unsafe-fast/src
Tobin C. Harding a2a54b3982 Remove unnecessary ? operator
clippy emits:

  warning: question mark operator is useless here

As suggested, remove the `?` operator.
2022-06-23 13:58:29 +10:00
..
blockdata Remove unneeded clone 2022-06-23 13:57:31 +10:00
consensus Replace runtime size check with compile time check 2022-06-20 14:40:51 +10:00
network Merge rust-bitcoin/rust-bitcoin#1042: Refactor `serve_tcp` code 2022-06-16 12:53:20 +00:00
util Remove unnecessary ? operator 2022-06-23 13:58:29 +10:00
hash_types.rs Document `Txid` being displayed backwards 2022-06-04 12:08:16 -07:00
internal_macros.rs Remove redundant field names 2022-06-23 13:45:16 +10:00
lib.rs Move broken-intra-doc-link lint config to command line 2022-06-21 09:21:19 +10:00
policy.rs Flatten the policy module 2022-03-09 10:20:18 +11:00
serde_utils.rs Feature `use-serde` renamed to `serde` 2022-05-26 10:10:47 +02:00
test_macros.rs Refactor whitespace 2022-03-14 13:51:50 +11:00