rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra 6cdbb04820
clippy: whitelist uninhabited_references lint
This lint triggers on `fn input_len(&self) -> usize { match *self {} }`
where Self is an infallible type, claiming that the dereference of self
is UB. Maybe it would be, if this were possible. But it's not, and this
is literally the only point of using infallible types, so this lint is
always wrong.

Enabled in rustc 1.76 as warn by default.
2023-12-19 16:38:56 +00:00
..
address 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
blockdata 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
consensus 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
crypto 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
merkle_tree Remove qualifying path from Read and Write 2023-12-12 11:48:29 +11:00
p2p Remove qualifying path from Read and Write 2023-12-12 11:48:29 +11:00
psbt Use NetworkKind in bip32 module 2023-12-15 11:50:50 +11:00
taproot 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
base58.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip32.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
bip152.rs Remove qualifying path from Read and Write 2023-12-12 11:48:29 +11:00
bip158.rs Remove qualifying path from Read and Write 2023-12-12 11:48:29 +11:00
error.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
hash_types.rs Add deprecation comment to hash_types module 2023-12-05 15:01:18 +11:00
internal_macros.rs Move impl_asref_push_bytes to internal_macros 2023-12-05 15:01:17 +11:00
lib.rs clippy: whitelist uninhabited_references lint 2023-12-19 16:38:56 +00:00
network.rs Add NetworkKind 2023-12-15 11:40:38 +11:00
parse.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Move block hash types 2023-12-05 14:57:28 +11:00
serde_utils.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sign_message.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
string.rs Make error types uniform 2023-10-04 15:15:52 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00