rust/src/librustdoc/html/render
Dylan DPC 0502815529
Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514
[rustdoc] Don't document stripped items in JSON renderer.

Fixes #80664, see [my comment there](https://github.com/rust-lang/rust/issues/80664#issuecomment-797557948) for why

Note that we already do something similar in `convert_item`:

bb4cdf8ec0/src/librustdoc/json/conversions.rs (L28-L31)

``@rustbot`` modify labels: +T-rustdoc +A-rustdoc-json

r? ``@jyn514``
cc ``@CraftSpider``
2021-03-26 02:34:38 +01:00
..
cache.rs Remove unnecessary Option wrapping around Crate.module 2021-03-23 11:04:09 -07:00
context.rs Don't call item on modules for json renderer 2021-03-24 16:54:13 +00:00
mod.rs Store tcx and cache when they are used multiple times instead of calling functions every time 2021-03-24 21:48:36 +01:00
print_item.rs Split clean::Constant enum into a struct and an enum 2021-03-24 21:52:20 +01:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Rework rustdoc const type 2021-03-24 21:48:34 +01:00