We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a3377 commit c8709ffCopy full SHA for c8709ff
2 files changed
.github/workflows/rust-linux.yml
@@ -24,7 +24,6 @@ jobs:
24
- run: cargo -Vv && rustc -Vv
25
- run: cargo check
26
- run: cargo check --all-features
27
- - run: cargo clippy -- -Dwarnings -Dclippy::dbg_macro
28
if: ${{ matrix.rust == 'stable' }}
29
- run: cargo fmt --all -- --check
30
.github/workflows/rust-macos.yml
0 commit comments