Add deny warnings and clippy::all to build script

This commit is contained in:
Gwilym Kuiper 2022-04-23 16:26:27 +01:00
parent 4cf92fa18a
commit 4eb31cda34

View file

@ -1,4 +1,5 @@
export CARGO_TARGET_DIR := env_var_or_default('CARGO_TARGET_DIR', justfile_directory() + "/target") export CARGO_TARGET_DIR := env_var_or_default('CARGO_TARGET_DIR', justfile_directory() + "/target")
export RUSTFLAGS := "-D warnings -D clippy::all"
build: build-roms build: build-roms