Skip to content

Commit

Permalink
Use '-Zrustdoc-map' to fill in external doc URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed May 19, 2021
1 parent 7adfbd5 commit 018b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 018b57e

Please # to comment.