Skip to content

Commit 4ee0c87

Browse files
committed
fix
1 parent a19c877 commit 4ee0c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: rustup install nightly-2025-05-14 && rustup component add clippy --toolchain nightly-2025-05-14
4646

4747
- name: Run Clippy
48-
run: cargo clippy --all-targets --all-features -- -D warnings
48+
run: cargo clippy --all-targets -- -D warnings
4949

5050
fmt:
5151
name: Rustfmt

0 commit comments

Comments
 (0)