From 97837267d3bf1096ba962e37363a29af6b033518 Mon Sep 17 00:00:00 2001 From: Ian Kettlewell Date: Thu, 7 Mar 2024 12:51:49 -0500 Subject: [PATCH] Remove unnecessary +mutable-globals target-feature Co-authored-by: daxpedda --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c52a326a12d8..ecc7a5c5c4cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: - name: Check wasm run: cargo check --target wasm32-unknown-unknown -Z build-std=std,panic_abort env: - RUSTFLAGS: "-C target-feature=+atomics,+bulk-memory,+mutable-globals" + RUSTFLAGS: "-C target-feature=+atomics,+bulk-memory" markdownlint: runs-on: ubuntu-latest