Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ea6c70

Browse files
committedMay 16, 2016
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.