From 4eb31cda34f7f43054840f5ae36ea110223d76c9 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 23 Apr 2022 16:26:27 +0100 Subject: [PATCH] Add deny warnings and clippy::all to build script --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index fe40dc57..b06dc87d 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,5 @@ export CARGO_TARGET_DIR := env_var_or_default('CARGO_TARGET_DIR', justfile_directory() + "/target") +export RUSTFLAGS := "-D warnings -D clippy::all" build: build-roms