diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2016-01-06 12:28:34 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2016-01-06 12:28:34 +1100 |
| commit | 4ea84fc1844625eb8049d081620aac53009bce4b (patch) | |
| tree | 8c94a3f376bdab2d07f9266ee8ea79a70420dae8 /src/libsyntax/parse/token.rs | |
| parent | bd58fd8438bd906c8e87b98218a605db84d42c68 (diff) | |
| download | rust-4ea84fc1844625eb8049d081620aac53009bce4b.tar.gz rust-4ea84fc1844625eb8049d081620aac53009bce4b.zip | |
Remove irrelevant comment
The fundamental problem of duplication was fixed in https://github.com/rust-lang/rust/pull/10891, but the comment was preserved. Closes https://github.com/rust-lang/rust/issues/9762.
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index b942954c187..242626154fc 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -495,9 +495,6 @@ macro_rules! declare_special_idents_and_keywords {( } fn mk_fresh_ident_interner() -> IdentInterner { - // The indices here must correspond to the numbers in - // special_idents, in Keyword to_name(), and in static - // constants below. let mut init_vec = Vec::new(); $(init_vec.push($si_str);)* $(init_vec.push($sk_str);)* |
