Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg
Various minor/cosmetic improvements to code
r? @Centril 😄
This commit is contained in:
commit
059e6a6f57
433 changed files with 2232 additions and 2279 deletions
|
@ -2071,7 +2071,7 @@ impl Context {
|
|||
fn item<F>(&mut self, item: clean::Item, all: &mut AllTypes, mut f: F) -> Result<(), Error>
|
||||
where F: FnMut(&mut Context, clean::Item),
|
||||
{
|
||||
// Stripped modules survive the rustdoc passes (i.e. `strip-private`)
|
||||
// Stripped modules survive the rustdoc passes (i.e., `strip-private`)
|
||||
// if they contain impls for public types. These modules can also
|
||||
// contain items such as publicly re-exported structures.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue