Deny clippy lints by default (#112)
This commit is contained in:
parent
de4a299899
commit
aaee7341c4
2
justfile
2
justfile
@ -60,7 +60,7 @@ install-dev-deps:
|
|||||||
|
|
||||||
# everyone's favorite animate paper clip
|
# everyone's favorite animate paper clip
|
||||||
clippy: lint
|
clippy: lint
|
||||||
rustup run nightly cargo clippy
|
rustup run nightly cargo clippy -- -D clippy
|
||||||
|
|
||||||
# count non-empty lines of code
|
# count non-empty lines of code
|
||||||
sloc:
|
sloc:
|
||||||
|
Loading…
Reference in New Issue
Block a user