We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f3c3c commit 4479cbeCopy full SHA for 4479cbe
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Clippy without synced Cargo.lock
53
run: |
54
- rm -f Cargo.lock
+ rm Cargo.lock
55
cargo clippy --all -- -D warnings
56
57
- name: Run rust tests
0 commit comments