gballet / multiproof-rs

A rust implementation of Alexey Akhunov's multiproof algorithm
Apache License 2.0
32 stars 8 forks source link

Use clippy in circleci #45

Closed gballet closed 4 years ago

gballet commented 4 years ago

Won't be merged before the Tree trait PR, I just created this PR to run clippy on circleci because support on aarch64 nightly is flaky

s1na commented 4 years ago

Looks like a useful tool! Would you prefer if the errors are fixed in this PR or rather first merge here and then fix the errors in future PRs?

gballet commented 4 years ago

The easy ones should be fixed here, and the more complicated ones as future PRs.

gballet commented 4 years ago

actually, I think it would make sense to merge #44 before merging this one, as it will cause a lot of merge pains otherwise.