Skip to content

Commit

Permalink
Convert a &mut self to &self.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Aug 14, 2024
1 parent 9c8c777 commit 802eb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_parse/src/parser/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ impl<'a> Parser<'a> {
}

fn mk_expr_tuple_field_access(
&mut self,
&self,
lo: Span,
ident_span: Span,
base: P<Expr>,
Expand Down

0 comments on commit 802eb4c

Please sign in to comment.