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.
2 parents 9c6b3f3 + fbf6067 commit f0fb484Copy full SHA for f0fb484
.github/workflows/ci.yml
@@ -41,7 +41,6 @@ jobs:
41
components: rustfmt, clippy
42
43
- run: cargo fmt --check
44
- - run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
45
- run: cargo build --target=${{ matrix.target }} ${{ matrix.features }}
46
- run: cargo doc --target=${{ matrix.target }} ${{ matrix.features }}
47
env:
0 commit comments