Skip to content

Commit

Permalink
Fix Clippy config
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 5, 2024
1 parent f733f0a commit d3a3d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: WASI preview 1 (wasi.rs)
run: cargo clippy -Zbuild-std=core --target wasm32-wasip1
- name: WASI preview 2 (wasi.rs)
run: cargo clippy -Zbuild-std==core,alloc --target wasm32-wasip2
run: cargo clippy -Zbuild-std=core,alloc --target wasm32-wasip2
- name: Windows 7 (windows7.rs)
run: cargo clippy -Zbuild-std=core --target x86_64-win7-windows-msvc
- name: Windows (windows.rs)
Expand Down

0 comments on commit d3a3d51

Please sign in to comment.