Skip to content

Commit

Permalink
Fix link to FormatRenderer method
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 1, 2024
1 parent a659c76 commit f6f4135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/render/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub(crate) struct Context<'tcx> {
}

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

0 comments on commit f6f4135

Please sign in to comment.