Also correct/check links in private item documentation
[rust-lightning] / ci / check-compiles.sh
index 45ade5c6a1e1d321f3205f0372d9e548af268bbe..9222f609cc082ced5a1ac3806e8c9b05c7531379 100755 (executable)
@@ -4,4 +4,5 @@ set -x
 echo Testing $(git log -1 --oneline)
 cargo check
 cargo doc
+cargo doc --document-private-items
 cd fuzz && cargo check --features=stdin_fuzz