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.
This commit is contained in:
parent
bd58fd8438
commit
4ea84fc184
@ -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);)*
|
||||
|
Loading…
x
Reference in New Issue
Block a user