Fix link to FormatRenderer
method
This commit is contained in:
parent
b4921706f0
commit
69ed026f7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue