Skip to content

Commit

Permalink
Remove a comment.
Browse files Browse the repository at this point in the history
It was merged by accident in a previous PR.
  • Loading branch information
nnethercote committed Nov 28, 2023
1 parent 1bcbb7c commit fd37da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_span/src/def_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>());
Expand Down

0 comments on commit fd37da7

Please sign in to comment.