rust-bitcoin-unsafe-fast/src
Tobin C. Harding 63f4ff6406 Remove redundant field names
clippy emits two warnings of form:

 warning: redundant field names in struct initialization

Remove the redundant field names.
2022-06-23 13:45:16 +10:00
..
blockdata Implement iter::size_hint and ExactSizeIterator for Witness Iter 2022-06-16 10:42:58 +02: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 Replace runtime size check with compile time check 2022-06-20 14:40:51 +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