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 0cf44b6 commit af3ec56Copy full SHA for af3ec56
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: cargo check --no-default-features --features "use_alloc"
29
- run: cargo test
30
- run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
31
- - run: cargo clippy --all -- -Dwarnings
+ - run: cargo clippy --all
32
33
# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
34
end-success:
0 commit comments