Skip to content

Commit d6d2ff0

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

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
@@ -267,7 +267,6 @@ pub(super) fn transcribe<'a>(
267267
// some of the unnecessary whitespace.
268268
let ident = MacroRulesNormalizedIdent::new(original_ident);
269269
if let Some(cur_matched) = lookup_cur_matched(ident, interp, &repeats) {
270-
// njn: explain the use of alone here
271270
let tt = match cur_matched {
272271
MatchedSingle(ParseNtResult::Tt(tt)) => {
273272
// `tt`s are emitted into the output stream directly as "raw tokens",

0 commit comments

Comments
 (0)