1
Fork 0

Fix link to FormatRenderer method

This commit is contained in:
Guillaume Gomez 2024-12-01 11:06:12 +01:00
parent b4921706f0
commit 69ed026f7e

View file

@ -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