rust-bitcoin / rust-bitcoincore-rpc

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

code optimisations and clippies fixes #325

Open wthrajat opened 8 months ago

wthrajat commented 8 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 5 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.