rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
340 stars 255 forks source link

code optimisations and clippies fixes #325

Open wthrajat opened 10 months ago

wthrajat commented 10 months ago

As of Rust 2018, we do not require to declare this in order to use the library.

extern crate bitcoincore_rpc;

Also fixes various clippies to optimise code for better and run cargo fmt.

tcharding commented 6 months ago

Hi, thanks for the contribution! There are too many different things going on in each patch for me to easily review. Can you please split up the patches so they do one thing only. FWIW overall the changes look good.