Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fb3a471

Browse files
committedMay 26, 2024
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.