rust-bitcoin-unsafe-fast/src/util
Tobin C. Harding 641960f037 Use rustfmt::skip
Clippy emits:

  warning: `cfg_attr` is deprecated for rustfmt and got replaced by tool
  attributes

As suggested use `rustfmt::skip`.
2022-05-25 13:13:13 +10:00
..
psbt Use rustfmt::skip 2022-05-25 13:13:13 +10:00
address.rs Merge rust-bitcoin/rust-bitcoin#987: Implement `std::error::Error` for the new MSRV 2022-05-21 14:08:52 +00:00
amount.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
base58.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
bip32.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
bip143.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
bip158.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
ecdsa.rs Merge rust-bitcoin/rust-bitcoin#987: Implement `std::error::Error` for the new MSRV 2022-05-21 14:08:52 +00:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
key.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
merkleblock.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
misc.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
mod.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
schnorr.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
sighash.rs Merge rust-bitcoin/rust-bitcoin#987: Implement `std::error::Error` for the new MSRV 2022-05-21 14:08:52 +00:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#987: Implement `std::error::Error` for the new MSRV 2022-05-21 14:08:52 +00:00
uint.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00