rust/src/librustdoc/json
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
..
conversions.rs Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 2021-03-26 02:34:38 +01:00
mod.rs Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 2021-03-26 02:34:38 +01:00