Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: Only enforce 'correctness' lints, just print the rest
Only the 'correctness' category of lints are 'deny' by default. This is the only clippy lints we want to enforce for now. The other ones we just want to print in the logs. So remove any --deny and --allow arguments. See discussion in #1410.
- Loading branch information