twitch-irc-rs icon indicating copy to clipboard operation
twitch-irc-rs copied to clipboard

fixed multiple clippy warnings

Open Chronophylos opened this issue 3 years ago • 1 comments

Pull request checklist:

  • [x] CHANGELOG.md was updated, if applicable

Chronophylos avatar Aug 30 '22 11:08 Chronophylos

I believe it might be possible to remove itertools as a dependency altogether now?

RAnders00 avatar Sep 01 '22 09:09 RAnders00

I'd need to check to make sure, but itertools::Either could be replaced by either::Either.

Chronophylos avatar Sep 01 '22 13:09 Chronophylos

Thank you!

RAnders00 avatar Sep 05 '22 09:09 RAnders00