Skip to content

Commit b71c42d

Browse files
committed
chore: remove old comment
1 parent 382c5d0 commit b71c42d

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
@@ -141,11 +141,6 @@ impl fmt::Debug for LazyAttrTokenStream {
141141

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

0 commit comments

Comments
 (0)