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.
1 parent d5065cc commit d5294a1Copy full SHA for d5294a1
contrib/test.sh
@@ -60,7 +60,7 @@ fi
60
61
# Build the docs if told to (this only works with the nightly toolchain)
62
if [ "$DO_DOCS" = true ]; then
63
- RUSTDOCFLAGS="--cfg docsrs" cargo rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links
+ RUSTDOCFLAGS="--cfg docsrs" cargo rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links -D warnings || exit 1
64
fi
65
66
# Webassembly stuff
0 commit comments