Skip to content

Commit 8a5272c

Browse files
authored
Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle
rustdoc: Reduce internal function visibility. As suggested [here](https://github.com/rust-lang/rust/pull/112113/files/1862fcb1df05b116443ad3b27028616a180ffadb#r1211200570).
2 parents 74d6958 + 13ff41e commit 8a5272c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/html/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ impl clean::FnDecl {
14591459
Ok(())
14601460
}
14611461

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

0 commit comments

Comments
 (0)