-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #686: bitcoind_test: Fix clippy
b9a207b Use is_err instead of redundant pattern matching (Tobin C. Harding) ef868cc Use unwrap_or_else instead of expect (Tobin C. Harding) a1a5467 Remove clone call from Copy type (Tobin C. Harding) f939367 Remove useless conversion (Tobin C. Harding) c20be39 Remove explicit reference (Tobin C. Harding) 7ed6680 Do not mutate local variable (Tobin C. Harding) e361cfc Remove unneeded return statement (Tobin C. Harding) f9907b0 Use += operator (Tobin C. Harding) 5e0df21 Use single quotes (Tobin C. Harding) 7218e5e Remove redundant field names (Tobin C. Harding) 6a2577f Remove useless let binding (Tobin C. Harding) ccc808a Use iterator instead of array access (Tobin C. Harding) badeb44 Remove unnecessary cast (Tobin C. Harding) Pull request description: All the clippy patches rom #682, only touches `bitcoind_test`. ACKs for top commit: apoelstra: utACK b9a207b Tree-SHA512: ae9451601bc5232f0ce194be1b7c6c1c31c8118ea87951f3eac9c6c4349c7ff963516c8cc34c2a63c9f1b99f03c781e687c74b46dc24624bbfa81a0decb513ef
- Loading branch information
Showing
3 changed files
with
56 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters