Remove a stray comment that shouldn't be here.

This commit is contained in:
Nicholas Nethercote 2024-05-27 09:36:23 +10:00
parent f00b02e6bb
commit d6d2ff055e

View File

@ -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",