Skip to content

Commit

Permalink
Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki authored Jun 28, 2023
2 parents 74d6958 + 13ff41e commit 8a5272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ impl clean::FnDecl {
Ok(())
}

pub(crate) fn print_output<'a, 'tcx: 'a>(
fn print_output<'a, 'tcx: 'a>(
&'a self,
cx: &'a Context<'tcx>,
) -> impl fmt::Display + 'a + Captures<'tcx> {
Expand Down

0 comments on commit 8a5272c

Please sign in to comment.