We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ef8e8 commit 224f61aCopy full SHA for 224f61a
.github/workflows/CI.yml
@@ -23,7 +23,6 @@ jobs:
23
- uses: actions/checkout@v6
24
- uses: dtolnay/rust-toolchain@nightly
25
- name: cargo doc
26
- working-directory: ${{ matrix.subcrate }}
27
env:
28
RUSTDOCFLAGS: "-D rustdoc::broken_intra_doc_links --cfg docsrs"
29
run: cargo doc --all-features --no-deps
@@ -38,7 +37,6 @@ jobs:
38
37
save-if: ${{ github.ref == 'refs/heads/main' }}
39
- uses: taiki-e/install-action@cargo-hack
40
- name: cargo hack check
41
42
43
RUSTFLAGS: "-D unused_imports -D dead_code -D unused_variables"
44
run: cargo hack check --each-feature --no-dev-deps --workspace
0 commit comments