diff --git a/contrib/test.sh b/contrib/test.sh index 950ad1c..d2a0f38 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -64,7 +64,7 @@ fi # Build the docs if told to (this only works with the nightly toolchain) if [ "$DO_DOCS" = true ]; then - RUSTDOCFLAGS="--cfg docsrs" cargo doc --all --features="$FEATURES" + RUSTDOCFLAGS="--cfg docsrs" cargo rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links fi # Webassembly stuff