Conversation
|
Please break this into 3 separate PRs. |
0b83405 to
737cebb
Compare
#[non_exhaustive] and address Clippy lints737cebb to
9cdaf39
Compare
There was a problem hiding this comment.
A lot of these are because of MSRV bumps, where code can be marginally simplified because of new Rust features/APIs. Those are generally fine.
But at least some of these are preference things that I don't agree with. This is why I don't have Clippy running on my repos, because there's too much that Clippy does by default that I don't agree with. I've long wanted to sit down and find the subset of lints I do agree with, but this is a lot of work to do. And then applying it to every other repo I have is just a ton of busy work. And honestly, most of the Clippy lints flagged in my code is more stylistic than it is catching bugs.
9cdaf39 to
21f77dd
Compare
|
Sorry for all the nits. I probably should have kept this to just |
|
Hey, friendly ping :). Since you already did a review and it's somewhat fresh, I just want to check in. It seems like we've filtered out the objectionable bits, so it might be ready. I know it's an unimportant change, but I'd like to resolve this PR or even, since you don't usually use Clippy, just close it. |
so it aligns with BurntSushi#392
Address several small Clippy suggestions.