Remove a comment.

It was merged by accident in a previous PR.
This commit is contained in:
Nicholas Nethercote 2023-11-28 12:19:38 +11:00
parent 1bcbb7c93b
commit fd37da7148

View File

@ -222,7 +222,6 @@ rustc_index::newtype_index! {
}
}
// njn: I don't understand these
impl<E: Encoder> Encodable<E> for DefIndex {
default fn encode(&self, _: &mut E) {
panic!("cannot encode `DefIndex` with `{}`", std::any::type_name::<E>());