Closed rizsotto closed 4 years ago
Hey @inejge , is there a chance for you to look to this PR?
Hi, thanks for the PR and sorry for the delay. The crate has been ported to async/await and modernized code-wise; also formatted and passed through Clippy. So, it should a) compile without warnings, b) pass cargo fmt
tests, c) pass Clippy tests. If you're still interested, could you update the PR to turn on all of those, and also limit Clippy to stable?
I've updated this PR as you suggested, but Clippy is still failing.
It's probably this issue, so I'm simply going to remove Clippy checking -- I do use Clippy, but can easily live with running it manually from time to time.
Adding continuous integration for this project. (Currently strict checking is disabled.)