Closed waywardmonkeys closed 5 months ago
This is the same as running:
RUSTDOCFLAGS="-Zunstable-options --generate-link-to-definition" cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples
(And scraping examples is suported by flagging the examples as being valid for scraping in the examples configuration.)
examples
Also, in the source code, you can click on things to get back to their definitions.
This is the same as running:
(And scraping examples is suported by flagging the examples as being valid for scraping in the
examples
configuration.)