Skip to content

Commit 69ed026

Browse files
Fix link to FormatRenderer method
1 parent b492170 commit 69ed026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub(crate) struct Context<'tcx> {
6767
}
6868

6969
/// This struct contains the information that needs to be reset between each
70-
/// [`FormatRenderer::render_item`] call.
70+
/// [`FormatRenderer::item`] call.
7171
///
7272
/// When we enter a new module, we set these values for the whole module but they might be updated
7373
/// in each child item (especially if it's a module). So to prevent these changes to impact other

0 commit comments

Comments
 (0)