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
+1 -1
View File
@@ -1206,7 +1206,7 @@ fn parse_floating_field_access(&mut self) -> PResult<'a, P<[Ident]>> {
}
fn mk_expr_tuple_field_access(
&mut self,
&self,
lo: Span,
ident_span: Span,
base: P<Expr>,