rust-bitcoin-unsafe-fast/src
Tobin C. Harding 3173ef9dbb Remove unnecessary explicit reference
Clippy emits various warnings of type:

  warning: this expression creates a reference which is immediately
  dereferenced by the compiler

As suggested, remove the unnecessary explicit reference.
2022-07-26 08:46:59 +10:00
..
blockdata Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
consensus Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
network Use listener.accept() 2022-07-22 13:29:05 +10:00
util Remove unnecessary explicit reference 2022-07-26 08:46:59 +10:00
hash_types.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
internal_macros.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
lib.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
policy.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
serde_utils.rs Remove extern crate bitcoin_hashes 2022-07-20 11:23:59 +10:00
test_macros.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00