Commit cfa0005
committed
.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.1 parent c6ae8a0 commit cfa0005
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
0 commit comments