mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Remove a comment.
It was merged by accident in a previous PR.
This commit is contained in:
parent
1bcbb7c93b
commit
fd37da7148
@ -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>());
|
||||
|
Loading…
Reference in New Issue
Block a user