-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs should not be built for build-dependencies #1529
Comments
workaround for rust-lang/cargo#1529
Maybe we're saying the same thing, but I'd like a way to have the docs generated for all of my direct dependencies, but not their dependencies. In fact I'd argue this should be the default behavior. If I add a crate |
Oh! This was actually fixed recently. @nixpulvis could you open an issue for that? Seems like a useful option to have for |
This reverts commit 0eef4bf. rust-lang/cargo#1529 has been fixed, so this is no longer necessary.
workaround for rust-lang/cargo#1529
This reverts commit 0eef4bf. rust-lang/cargo#1529 has been fixed, so this is no longer necessary.
Currently, if I depend on
gcc
, the docs for it show up in my package.I'm working around this with
--no-deps
, but ideally I'd have docs for my regular dependencies.The text was updated successfully, but these errors were encountered: