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 b6e113f commit 57d529bCopy full SHA for 57d529b
.github/workflows/ci.yml
@@ -103,16 +103,17 @@ jobs:
103
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
104
- run: cargo clippy --all-features --tests -- -Dclippy::all -Dclippy::pedantic
105
106
- docs:
+ doc:
107
name: Documentation
108
runs-on: ubuntu-latest
109
timeout-minutes: 45
110
+ env:
111
+ RUSTDOCFLAGS: -Dwarnings
112
steps:
113
- uses: actions/checkout@v4
114
- uses: dtolnay/rust-toolchain@nightly
- - run: cargo doc --features raw_value,unbounded_depth
- env:
115
- RUSTDOCFLAGS: --cfg docsrs
+ - uses: dtolnay/install@cargo-docs-rs
116
+ - run: cargo docs-rs
117
118
fuzz:
119
name: Fuzz
0 commit comments