We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19c877 commit 4ee0c87Copy full SHA for 4ee0c87
.github/workflows/pr.yml
@@ -45,7 +45,7 @@ jobs:
45
run: rustup install nightly-2025-05-14 && rustup component add clippy --toolchain nightly-2025-05-14
46
47
- name: Run Clippy
48
- run: cargo clippy --all-targets --all-features -- -D warnings
+ run: cargo clippy --all-targets -- -D warnings
49
50
fmt:
51
name: Rustfmt
0 commit comments