We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FormatRenderer
1 parent b492170 commit 69ed026Copy full SHA for 69ed026
src/librustdoc/html/render/context.rs
@@ -67,7 +67,7 @@ pub(crate) struct Context<'tcx> {
67
}
68
69
/// This struct contains the information that needs to be reset between each
70
-/// [`FormatRenderer::render_item`] call.
+/// [`FormatRenderer::item`] call.
71
///
72
/// When we enter a new module, we set these values for the whole module but they might be updated
73
/// in each child item (especially if it's a module). So to prevent these changes to impact other
0 commit comments