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.
docsrs
1 parent d8cd5ce commit 60da003Copy full SHA for 60da003
.github/workflows/CI.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: cargo doc -p axum-extra
43
run: cargo doc --package axum-extra --all-features --no-deps
44
env:
45
- RUSTDOCFLAGS: "-D rustdoc::all -A rustdoc::private-doc-tests"
+ RUSTDOCFLAGS: "-D rustdoc::all -A rustdoc::private-doc-tests --cfg docsrs"
46
47
cargo-hack:
48
runs-on: ubuntu-24.04
0 commit comments