Skip to content

Commit

Permalink
srsly?
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Aug 23, 2024
1 parent 65b2ac4 commit 0141d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Clippy (all features)
run: cargo clippy --target i686-win7-windows-msvc --features all --locked -- -D warnings
run: cargo clippy -Z build-std --target i686-win7-windows-msvc --features all --locked -- -D warnings

- name: Rustfmt
run: cargo fmt -- --check
Expand Down

0 comments on commit 0141d8f

Please sign in to comment.