diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-27 09:36:23 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-28 08:14:20 +1000 |
| commit | d6d2ff055e6c2865008fc94f658929964e04b566 (patch) | |
| tree | 446f85726a3da5f74efb3d22480ec75bcf680cc6 | |
| parent | f00b02e6bbe63707503f058fb87cc3e2b25991ac (diff) | |
| download | rust-d6d2ff055e6c2865008fc94f658929964e04b566.tar.gz rust-d6d2ff055e6c2865008fc94f658929964e04b566.zip | |
Remove a stray comment that shouldn't be here.
| -rw-r--r-- | compiler/rustc_expand/src/mbe/transcribe.rs | 1 |
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", |
