aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
525 stars 100 forks source link

Fix all `cargo clippy` warnings. #235

Closed simnalamburt closed 1 year ago

simnalamburt commented 2 years ago

This PR doesn't change this library's behavior. It only fixes linter warnings.

simnalamburt commented 1 year ago

Hi! It's been a year and a half since I created this PR.

As already said, this patch does not change the behaviour of the source code at all, it only removes the clippy warning. Would you be able to review it?

aatxe commented 1 year ago

Sorry, the PR was very large, so the Travis-CI shutdown and (until recent) lack of CI setup for this repository was a blocker for me. Everything looks good though, and CI confirms behavior should be the same. Thanks!