Use '-Zrustdoc-map' to fill in external doc URLs.

This commit is contained in:
Sergio Benitez 2021-05-18 21:35:16 -07:00
parent 7adfbd5a1e
commit 018b57ead1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fi
echo ":::: Generating the docs..."
pushd "${PROJECT_ROOT}" > /dev/null 2>&1
RUSTDOCFLAGS="-Z unstable-options --crate-version ${DOC_VERSION}" \
cargo doc -p rocket -p rocket_contrib --no-deps --all-features
cargo doc -Zrustdoc-map -p rocket -p rocket_contrib --no-deps --all-features
popd > /dev/null 2>&1
# Blank index, for redirection.