Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
unset
  • Loading branch information
gilescope committed Sep 26, 2021
commit ac1bbcd0b4ed1959a2c0ed25da3d75177329a041
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ cargo-clippy:
<<: *docker-env
<<: *test-refs
script:
- SKIP_WASM_BUILD=1 RUSTFLAGS= cargo +nightly clippy
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy
allow_failure: true

cargo-check-benches:
Expand Down