From d77c0d0bd761814d37149d1137d81192fa6dc235 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 10 Jan 2024 16:19:49 +0100 Subject: [PATCH] xtask: Fix clippy-wasm ci job Looks like it is not run in CI currently. --- xtask/src/ci.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/ci.rs b/xtask/src/ci.rs index 5e353598..50465320 100644 --- a/xtask/src/ci.rs +++ b/xtask/src/ci.rs @@ -277,7 +277,7 @@ impl CiTask { cmd!( " rustup run {NIGHTLY} cargo clippy --target wasm32-unknown-unknown - -p ruma-common --features api,events,js,markdown,rand + -p ruma-common --features api,js,rand " ) .run()