You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8e15fd3 clippy: invert != in if statements (Andrew Poelstra)
3fdacb5 clippy: replace flat_map with filter_map (Andrew Poelstra)
2c7b1fb clippy: don't use .iter and .iter_mut where not necessary (Andrew Poelstra)
9d5a796 clippy: don't use lossless casts (Andrew Poelstra)
53f5610 clippy: use built-in conversion from bool to numeric (Andrew Poelstra)
5130441 clippy: turn on all lints that don't trigger anywhere (Andrew Poelstra)
7a7d16b clippy: copy giant list of lints from bitcoin-units, with all "allow"ed (Andrew Poelstra)
1c2fa51 clippy: whitelist lints that fire on current nightly (Andrew Poelstra)
Pull request description:
This is the first part of a project to turn on a ton of pedantic Clippy lints. We can choose not to do some if they're too annoying. There are about 20 left after this.
ACKs for top commit:
uncomputable:
ACK 8e15fd3 Looks good to me
Tree-SHA512: 3399a80ada2d28e79afbdc484b35c9cc4f3ff053899fa956d51c6bfe64560f98e5d07d46f8566bdc6f204ee047b7c56e552d023b58e90b54c573d86c65c7ff16
0 commit comments