Skip to content

Commit bbcfd90

Browse files
committed
Convert a &mut self to &self.
1 parent 80eb5a8 commit bbcfd90

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
@@ -1206,7 +1206,7 @@ impl<'a> Parser<'a> {
12061206
}
12071207

12081208
fn mk_expr_tuple_field_access(
1209-
&mut self,
1209+
&self,
12101210
lo: Span,
12111211
ident_span: Span,
12121212
base: P<Expr>,

0 commit comments

Comments
 (0)