fix: Restore QC/doc CI job to operation

https://github.com/rosenpass/rosenpass/issues/62
https://github.com/rust-lang/rust/issues/108378
This commit is contained in:
Karolin Varner
2023-05-23 08:54:53 +02:00
committed by Karolin Varner
parent e12cd18a42
commit 229224d078
+4 -1
View File
@@ -62,4 +62,7 @@ jobs:
- run: rustup component add clippy
- name: Install libsodium
run: sudo apt-get install -y libsodium-dev
- run: RUSTDOCFLAGS="-D warnings" cargo doc --document-private-items
# `--no-deps` used as a workaround for a rust compiler bug. See:
# - https://github.com/rosenpass/rosenpass/issues/62
# - https://github.com/rust-lang/rust/issues/108378
- run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items