dusk-network / jubjub

Implementation of the Jubjub elliptic curve group
Other
4 stars 12 forks source link

Add clippy job to CI workflow #108

Closed HDauven closed 1 year ago

HDauven commented 1 year ago

Resolves #91

The -D warnings argument treats Clippy warnings as errors. The job will thus fail if any Clippy warnings are found. This might be too stringent for now, given there's about 95 warnings on this repository.

Either we make it less stringent for now or the warnings should be resolved before merging this PR.