Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overly strict clippy lint (#172)
Deny style, suspicious and complexity categories, rather than all warnings If we find issues that could have been caught by a clippy lint we can add that lint on as *deny* too, as for now, they still appear as warnings but won't prevent CI from running. This most notably fixes random CI breakages when clippy/rust updates and introduces new warn level lints
- Loading branch information