Fix broken links in the documentation (#1878)

This commit is contained in:
Jonas Platte
2023-03-23 14:55:56 +00:00
committed by GitHub
parent 4a02ab3ed8
commit eec4195eac
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: cargo doc
env:
RUSTDOCFLAGS: "-D broken-intra-doc-links"
RUSTDOCFLAGS: "-D rustdoc::all -A rustdoc::private-doc-tests"
run: cargo doc --all-features --no-deps
cargo-hack: