twitch-irc-rs
twitch-irc-rs copied to clipboard
fixed multiple clippy warnings
Pull request checklist:
- [x]
CHANGELOG.mdwas updated, if applicable
I believe it might be possible to remove itertools as a dependency altogether now?
I'd need to check to make sure, but itertools::Either could be replaced by either::Either.
Thank you!