From c8ca0b7e607b7a132f6a6f1b8d16cfaf8814188b Mon Sep 17 00:00:00 2001 From: pantonshire Date: Sun, 1 Oct 2023 11:50:44 +0100 Subject: [PATCH] justfile fix --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5948224..041a171 100644 --- a/justfile +++ b/justfile @@ -2,5 +2,5 @@ nightly := 'cargo +nightly' rustc_nightly_flags := '-Z randomize-layout' test: - RUST_FLAGS='{{rustc_nightly_flags}}' {{nightly}} miri test + RUSTFLAGS='{{rustc_nightly_flags}}' {{nightly}} miri test