Skip to content

Commit d91518b

Browse files
committed
Rollup merge of #30729 - huonw:delete-bad-comment, r=sanxiyn
The fundamental problem of duplication was fixed in #10891, but the comment was preserved. Closes #9762.
2 parents fcb1ccf + 4ea84fc commit d91518b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libsyntax/parse/token.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,6 @@ macro_rules! declare_special_idents_and_keywords {(
495495
}
496496

497497
fn mk_fresh_ident_interner() -> IdentInterner {
498-
// The indices here must correspond to the numbers in
499-
// special_idents, in Keyword to_name(), and in static
500-
// constants below.
501498
let mut init_vec = Vec::new();
502499
$(init_vec.push($si_str);)*
503500
$(init_vec.push($sk_str);)*

0 commit comments

Comments
 (0)