Skip to content

Commit 20af33a

Browse files
committed
Fix lint error
Strangely, I don't see this lint failure locally.
1 parent a2940fd commit 20af33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parser/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9313,10 +9313,10 @@ impl<'a> Parser<'a> {
93139313
}),
93149314
}))
93159315
} else {
9316-
return self.expected_ref(
9316+
self.expected_ref(
93179317
"{RENAME TO | { RENAME | ADD } VALUE}",
93189318
self.peek_token_ref(),
9319-
);
9319+
)
93209320
}
93219321
}
93229322

0 commit comments

Comments
 (0)