We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067284b commit 2ea6c70Copy full SHA for 2ea6c70
src/libsyntax_ext/format.rs
@@ -67,7 +67,7 @@ struct Context<'a, 'b:'a> {
67
68
name_positions: HashMap<String, usize>,
69
70
- /// Updated as arguments are consumed or methods are entered
+ /// Updated as arguments are consumed
71
next_arg: usize,
72
}
73
0 commit comments