-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-docS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.
Description
For skipping packages that can't build, also consider --keep-going
(#12568)
For documenting direct dependencies, see #2025
When building projects on Windows that use winapi
somewhere in a downstream dependency, generating documentation takes a long time. Usually in these projects, I don't actually care about winapi
types; the extra 20 minutes before I can use the documentation I do care about is a drag!
Does it make sense to be able to skip documentation of a specific crate, like cargo doc --skip-package winapi
? Any references to the types re-exported by crates I consume directly would have issues, I assume.
icefoxen, PotHix, exrook, Ameobea, swfsql and 11 more
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-docS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.