style: cargo clippy
This commit is contained in:
parent
41f3622024
commit
da8b3385bf
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ fn node_property_node(input: Input) -> IResult<Input, GreenElement, ()> {
|
|||
b.ws(ws1);
|
||||
b.push(colon1);
|
||||
|
||||
if name.ends_with("+") {
|
||||
if name.ends_with('+') {
|
||||
let (plus, name) = name.take_split(name.len() - 1);
|
||||
b.text(name);
|
||||
b.token(PLUS, plus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue