Fix clippy

This commit is contained in:
Joshua Warner 2024-12-02 20:56:06 -08:00
parent e620e1c462
commit 9a9b96dc69
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
2 changed files with 2 additions and 2 deletions

View file

@ -1124,7 +1124,7 @@ pub fn expr_lift_spaces<'a, 'b: 'a>(
Spaces {
before: &[],
item: Expr::DbgStmt {
first: *first,
first,
extra_args,
continuation: arena
.alloc(Loc::at(continuation.region, continuation_lifted.item)),

View file

@ -639,7 +639,7 @@ fn parse_stmt_operator_chain<'a>(
loc_possibly_negative_or_negated_term(options, allow_negate, false),
);
end = state.pos();
match dbg!(parser.parse(arena, state.clone(), call_min_indent)) {
match parser.parse(arena, state.clone(), call_min_indent) {
Err((MadeProgress, f)) => return Err((MadeProgress, f)),
Ok((
_,