Skip to content

Commit bc58b22

Browse files
committed
chore: remove old comment
1 parent 1bad277 commit bc58b22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_ast/src/tokenstream.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ impl fmt::Debug for LazyAttrTokenStream {
142142

143143
impl<S: SpanEncoder> Encodable<S> for LazyAttrTokenStream {
144144
fn encode(&self, _s: &mut S) {
145-
// FIXME(pr-time): Just a reminder that this exists/was tried out,
146-
// but probably not necessary anymore (see below).
147-
// self.to_attr_token_stream().encode(s)
148-
// We should not need to anymore, now that we `flatten`?
149-
// Yep, that seems to be true! :)
150145
panic!("Attempted to encode LazyAttrTokenStream");
151146
}
152147
}

0 commit comments

Comments
 (0)