mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
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).
This commit is contained in:
@@ -1459,7 +1459,7 @@ fn inner_full_print(
|
||||
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> {
|
||||
|
||||
Reference in New Issue
Block a user