mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 09:28:27 +00:00
Don't use RUSTFLAGS to deny clippy warnings
This commit is contained in:
parent
dec55059d5
commit
6842b69733
3
justfile
3
justfile
@ -1,8 +1,7 @@
|
||||
export RUSTFLAGS := "-D warnings"
|
||||
export RUSTDOCFLAGS := "-D warnings"
|
||||
|
||||
build:
|
||||
cargo clippy --all-features
|
||||
cargo clippy --all-features -- -D warnings
|
||||
cargo test --all-features
|
||||
cargo fmt --check
|
||||
cargo doc --no-deps --document-private-items --all-features --workspace
|
||||
|
Loading…
Reference in New Issue
Block a user