mirror of
https://github.com/danog/parser.git
synced 2025-01-22 04:51:13 +01:00
all: clippy
This commit is contained in:
parent
570433de1c
commit
53c7970f83
@ -139,7 +139,7 @@ impl Parser {
|
||||
Statement::Constant { .. } => {
|
||||
return Err(ParseError::TraitCannotContainConstant(self.current.span))
|
||||
},
|
||||
s @ _ => {
|
||||
s => {
|
||||
body.push(s);
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user