Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: cargo clippy with --deny warnings option
To make the CI correctly work when running cargo clippy, an additional option `-- --deny warnings` is needed. Without that, cargo clippy would always succeed, so CI is not able to check its result.
- Loading branch information