mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
[parser] Attempt to fix style check.
This commit is contained in:
parent
21616fe167
commit
4989c50409
@ -220,7 +220,6 @@ impl ParserContext<'_> {
|
||||
/// Returns a [`VariableName`] AST node if the next tokens represent a variable name with
|
||||
/// valid keywords.
|
||||
pub fn parse_variable_name(&mut self, decl_ty: Declare, _span: Span) -> Result<VariableName> {
|
||||
|
||||
let name = self.expect_ident()?;
|
||||
Ok(VariableName {
|
||||
span: name.span,
|
||||
|
Loading…
Reference in New Issue
Block a user