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 ecefb02 commit ea17d5bCopy full SHA for ea17d5b
.github/workflows/enhanced-ci.yml
@@ -142,7 +142,7 @@ jobs:
142
id: clippy-check
143
run: |
144
echo "🔧 Running clippy..."
145
- if ! cargo clippy --all-targets --all-features -- -D warnings; then
+ if ! cargo clippy --all-targets --all-features -- -W warnings; then
146
echo "Clippy issues found, attempting fixes..."
147
cargo clippy --all-targets --all-features --fix --allow-dirty
148
echo "clippy_fixed=true" >> $GITHUB_OUTPUT
0 commit comments