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 076bf48 commit a37cc07Copy full SHA for a37cc07
.github/workflows/rust.yaml
@@ -33,22 +33,6 @@ jobs:
33
- name: Build
34
run: cargo build --verbose
35
36
- doc:
37
- name: doc
38
- runs-on: ubuntu-latest
39
- steps:
40
- - uses: actions/checkout@v4
41
- - name: Install Rust ${{ env.rust_nightly }}
42
- uses: dtolnay/rust-toolchain@stable
43
- with:
44
- toolchain: ${{ env.rust_min }}
45
- - uses: Swatinem/rust-cache@v2
46
- - name: "doc --lib --all-features"
47
- run: |
48
- cargo doc --lib --no-deps --all-features --document-private-items
49
- env:
50
- RUSTDOCFLAGS: -Dwarnings
51
-
52
test:
53
name: test
54
runs-on: ubuntu-latest
0 commit comments