Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Nov 19, 2023
1 parent 44f285a commit f55b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wright/src/parser/ast/expression/parentheses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct ParenthesesExpression<'src> {

/// Parse an expression in parentheses from source code.
pub fn parse_parentheses_expr<'src>(
parser_state: &mut ParserState<'src>,
_parser_state: &mut ParserState<'src>,
) -> NodeParserResult<ParenthesesExpression<'src>> {
unimplemented!()
}

0 comments on commit f55b0e2

Please sign in to comment.