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.
cargo doc
1 parent 388a154 commit 997d8c5Copy full SHA for 997d8c5
.github/workflows/rust.yml
@@ -49,8 +49,10 @@ jobs:
49
uses: Swatinem/rust-cache@v2
50
- name: "Install clippy"
51
run: rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
52
- - name: "Run linting"
+ - name: "Run code linting"
53
run: bash contrib/lint.sh
54
+ - name: "Run documentation linting"
55
+ run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features --document-private-items
56
57
Coverage:
58
name: Code coverage
0 commit comments