-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-dev-dependenciesArea: [dev-dependencies]Area: [dev-dependencies]A-featuresArea: features — conditional compilationArea: features — conditional compilationC-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-rfcStatus: Needs an RFC to make progress.Status: Needs an RFC to make progress.
Description
I thought at first about using [profile.doc], but it is doing nothing (as displayed by cargo itself) and there are no other way to do so.
Then I looked a bit deeper and noticed that you can't set features under profiles, making this not the right approach.
Therefore, I suggest adding a new section simply called "rustdoc" which would allow for now:
[rustdoc]
features = ["whatever"]schneiderfelipe, eopb, Notgnoshi, konstin, raldone01 and 1 more
Metadata
Metadata
Assignees
Labels
A-dev-dependenciesArea: [dev-dependencies]Area: [dev-dependencies]A-featuresArea: features — conditional compilationArea: features — conditional compilationC-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-rfcStatus: Needs an RFC to make progress.Status: Needs an RFC to make progress.