Skip to content

Commit 2ea6c70

Browse files
committed
syntax_ext: format: remove reference to methods in comment
1 parent 067284b commit 2ea6c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_ext/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct Context<'a, 'b:'a> {
6767

6868
name_positions: HashMap<String, usize>,
6969

70-
/// Updated as arguments are consumed or methods are entered
70+
/// Updated as arguments are consumed
7171
next_arg: usize,
7272
}
7373

0 commit comments

Comments
 (0)