-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
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-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
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 and raldone01
Metadata
Metadata
Assignees
Labels
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-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.