1
Fork 0

Convert a &mut self to &self.

This commit is contained in:
Nicholas Nethercote 2024-08-14 08:49:41 +10:00
parent 80eb5a8e91
commit bbcfd90cd1

View file

@ -1206,7 +1206,7 @@ impl<'a> Parser<'a> {
} }
fn mk_expr_tuple_field_access( fn mk_expr_tuple_field_access(
&mut self, &self,
lo: Span, lo: Span,
ident_span: Span, ident_span: Span,
base: P<Expr>, base: P<Expr>,