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 4a5b354 commit c798d66Copy full SHA for c798d66
.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