allow cargo doc --dev to include the documentation of dev dependencies #11154
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Problem
When you generate documentation for your crate, unless specific conditions it won't include development dependencies. For the people that use the "cargo doc" while developing to look at the documentation this might be useful
Proposed Solution
Just that adding
--dev
would enable development depenenciesNotes
No response
The text was updated successfully, but these errors were encountered: