Skip to content

Commit fb3a471

Browse files
committed
Remove a stray comment that shouldn't be here.
1 parent bd184cc commit fb3a471

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_expand/src/mbe/transcribe.rs

-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ pub(super) fn transcribe<'a>(
269269
// some of the unnecessary whitespace.
270270
let ident = MacroRulesNormalizedIdent::new(original_ident);
271271
if let Some(cur_matched) = lookup_cur_matched(ident, interp, &repeats) {
272-
// njn: explain the use of alone here
273272
let tt = match cur_matched {
274273
MatchedSingle(ParseNtResult::Tt(tt)) => {
275274
// `tt`s are emitted into the output stream directly as "raw tokens",

0 commit comments

Comments
 (0)