rustdoc: Reduce internal function visibility.
As suggested in https://github.com/rust-lang/rust/pull/112113/files/1862fcb1df05b116443ad3b27028616a180ffadb#r1211200570.
This commit is contained in:
parent
08fd6f719e
commit
13ff41eda3
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ impl clean::FnDecl {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn print_output<'a, 'tcx: 'a>(
|
fn print_output<'a, 'tcx: 'a>(
|
||||||
&'a self,
|
&'a self,
|
||||||
cx: &'a Context<'tcx>,
|
cx: &'a Context<'tcx>,
|
||||||
) -> impl fmt::Display + 'a + Captures<'tcx> {
|
) -> impl fmt::Display + 'a + Captures<'tcx> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue