From 0dffed59cbc77260bbd9fdf181d0aed5f307f7c6 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 21 Jul 2024 21:42:44 -0500 Subject: [PATCH] typo --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fdee7ae6..6ac265aa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -74,7 +74,7 @@ jobs: if: ${{ matrix.toolchain == 'nightly' }} env: CARGO_INCREMENTAL: '0' - RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-argss=inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests -Copt-level=1' + RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests -Copt-level=1' RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests -Copt-level=1' - name: rust-grcov