rustdoc: Reduce internal function visibility.
As suggested in
1862fcb1df (r1211200570)
.
This commit is contained in:
parent
08fd6f719e
commit
13ff41eda3
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user