-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-enhancementCategory: enhancementCategory: enhancementZ-scrape-examplesNightly: rustdoc scrape examplesNightly: rustdoc scrape examples
Description
Problem
#10343 introduces new behaviours for -Zrustdoc-scrape-examples
, specifically, scraping examples by default under some circumstances. It would be helpful if the unstable doc can reflect this change a bit.
Proposed Solution
Update https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#scrape-examples
Notes
No response
Metadata
Metadata
Assignees
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-enhancementCategory: enhancementCategory: enhancementZ-scrape-examplesNightly: rustdoc scrape examplesNightly: rustdoc scrape examples
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
weihanglo commentedon Nov 25, 2022
cc @willcrichton, could you help this?
willcrichton commentedon Nov 25, 2022
Yes I'll take care of it.
Auto merge of #11425 - willcrichton:scrape-examples-documentation, r=…