Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recovery

Something seems to have gotten out of sync during the creation of #81177,
where both the argument and comment were introduced.
This commit is contained in:
Xiretza 2022-08-17 11:18:48 +02:00
parent 86c6ebee8f
commit d3bf103d1b

View file

@ -34,7 +34,7 @@ impl<'a> Parser<'a> {
}))
}
/// If `force_capture` is true, forces collection of tokens regardless of whether
/// If `force_collect` is [`ForceCollect::Yes`], forces collection of tokens regardless of whether
/// or not we have attributes
pub(crate) fn parse_stmt_without_recovery(
&mut self,