Skip to content

Commit

Permalink
Rollup merge of rust-lang#103653 - GuillaumeGomez:missing-impl-privat…
Browse files Browse the repository at this point in the history
…e-json, r=notriddle

Add missing impl blocks for item reexported from private mod in JSON output

Fixes rust-lang#102583.

Since we don't inline for the JSON output, the impl blocks from private modules are not present when we generate the output. To go around this limitation, in case the impl block doesn't have `#[doc(hidden)]` and is implementing a public item, we don't strip it.

cc `@fmease` `@aDotInTheVoid`
r? `@notriddle`
  • Loading branch information
GuillaumeGomez authored Oct 29, 2022
2 parents 2265d6d + fc6741c commit ba35803
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ba35803

Please sign in to comment.