improve maybe_consume_incorrect_semicolon
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user