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.
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.