-
Couldn't load subscription status.
- Fork 13.9k
Add option to include private items in library docs #107264
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
Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
|
Can't you use |
|
r=me if you think this is worth it given RUSTDOCFLAGS, either works for me. |
|
Huh forgot about @bors r=Mark-Simulacrum rollup |
Rollup of 6 pull requests Successful merges: - rust-lang#101569 (Don't re-export private/unstable ArgumentV1 from `alloc`.) - rust-lang#106106 (Pass `branch.{branch}.remote=origin` to `git submodule update`) - rust-lang#107146 (Make `unsizing_params_for_adt` into a query) - rust-lang#107264 (Add option to include private items in library docs) - rust-lang#107452 (Fix typo in `{Rc, Arc}::get_mut_unchecked` docs) - rust-lang#107459 (end entry paragraph with a period (.)) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I need to perform some one-off analysis on libcore, and I wanted to use the unstable JSON rustdoc output to easily do it. Unfortunately, there is currently no way to include unstable items in the library docs. This PR adds support for that, with the off-by-default
build.library-docs-private-itemssetting.