summaryrefslogtreecommitdiff
path: root/compiler/rustc_expand
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-27 09:36:23 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-28 08:14:20 +1000
commitd6d2ff055e6c2865008fc94f658929964e04b566 (patch)
tree446f85726a3da5f74efb3d22480ec75bcf680cc6 /compiler/rustc_expand
parentf00b02e6bbe63707503f058fb87cc3e2b25991ac (diff)
Remove a stray comment that shouldn't be here.
Diffstat (limited to 'compiler/rustc_expand')
-rw-r--r--compiler/rustc_expand/src/mbe/transcribe.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/mbe/transcribe.rs b/compiler/rustc_expand/src/mbe/transcribe.rs
index e1f50876b05..3196b826085 100644
--- a/compiler/rustc_expand/src/mbe/transcribe.rs
+++ b/compiler/rustc_expand/src/mbe/transcribe.rs
@@ -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",