improve maybe_consume_incorrect_semicolon

This commit is contained in:
ardi 2024-05-14 12:23:33 +02:00
parent bdfd941f4d
commit 8dc6a5d145
6 changed files with 30 additions and 28 deletions

View file

@ -83,7 +83,7 @@ pub(crate) struct IncorrectSemicolon<'a> {
#[suggestion(style = "short", code = "", applicability = "machine-applicable")]
pub span: Span,
#[help]
pub opt_help: Option<()>,
pub show_help: bool,
pub name: &'a str,
}