improve maybe_consume_incorrect_semicolon
This commit is contained in:
parent
bdfd941f4d
commit
8dc6a5d145
6 changed files with 30 additions and 28 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue