Remove a comment.
It was merged by accident in a previous PR.
This commit is contained in:
parent
1bcbb7c93b
commit
fd37da7148
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ rustc_index::newtype_index! {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// njn: I don't understand these
|
|
||||||
impl<E: Encoder> Encodable<E> for DefIndex {
|
impl<E: Encoder> Encodable<E> for DefIndex {
|
||||||
default fn encode(&self, _: &mut E) {
|
default fn encode(&self, _: &mut E) {
|
||||||
panic!("cannot encode `DefIndex` with `{}`", std::any::type_name::<E>());
|
panic!("cannot encode `DefIndex` with `{}`", std::any::type_name::<E>());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue