Skip to content

Commit 13ff41e

Browse files
committed
1 parent 08fd6f7 commit 13ff41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)