]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107264 - ferrocene:pa-private-items, r=Mark-Simulacrum
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Mon, 30 Jan 2023 09:41:46 +0000 (15:11 +0530)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 09:41:46 +0000 (15:11 +0530)
commitd94698cb378feb86e1309eb913bad603cf2089e8
tree460737560a7a6036e5d2bbce8b444cd84a630333
parente19ae977ec4c8eaccd92c8e16da4ca4d6ca318d5
parent8f84408697dfa95fd3b6367094105b959969702e
Rollup merge of #107264 - ferrocene:pa-private-items, r=Mark-Simulacrum

Add option to include private items in library docs

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-items` setting.
src/bootstrap/config.rs