Skip to content

Commit d4d5de0

Browse files
committed
Convert a &mut self to &self.
1 parent 1ce5a4d commit d4d5de0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/expr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ impl<'a> Parser<'a> {
12051205
}
12061206

12071207
fn mk_expr_tuple_field_access(
1208-
&mut self,
1208+
&self,
12091209
lo: Span,
12101210
ident_span: Span,
12111211
base: P<Expr>,

0 commit comments

Comments
 (0)