Remove a stray comment that shouldn't be here.
This commit is contained in:
parent
f00b02e6bb
commit
d6d2ff055e
@ -267,7 +267,6 @@ pub(super) fn transcribe<'a>(
|
||||
// some of the unnecessary whitespace.
|
||||
let ident = MacroRulesNormalizedIdent::new(original_ident);
|
||||
if let Some(cur_matched) = lookup_cur_matched(ident, interp, &repeats) {
|
||||
// njn: explain the use of alone here
|
||||
let tt = match cur_matched {
|
||||
MatchedSingle(ParseNtResult::Tt(tt)) => {
|
||||
// `tt`s are emitted into the output stream directly as "raw tokens",
|
||||
|
Loading…
x
Reference in New Issue
Block a user