celo-org / celo-bls-snark-rs

Implements SNARK-friendly BLS signatures
https://celo.org
Apache License 2.0
83 stars 24 forks source link

Re-enable clippy on bls-crypto #153

Closed gakonst closed 4 years ago

gakonst commented 4 years ago

allow(clippy:all) is enabled here: https://github.com/celo-org/bls-zexe/blob/master/crates/bls-crypto/src/lib.rs#L4, this line should be removed and all clippy errors should be fixed