Convert a &mut self
to &self
.
This commit is contained in:
parent
80eb5a8e91
commit
bbcfd90cd1
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue