about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-28 12:19:38 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-28 14:32:31 +1100
commitfd37da7148ce50ab51058dfd2cb82d9d6b0fba7f (patch)
treea11bac91c3673420a20c40fb4b7b1cac1f593fe4 /compiler/rustc_span
parent1bcbb7c93b96828092e83e52d592faa046183d6c (diff)
downloadrust-fd37da7148ce50ab51058dfd2cb82d9d6b0fba7f.tar.gz
rust-fd37da7148ce50ab51058dfd2cb82d9d6b0fba7f.zip
Remove a comment.
It was merged by accident in a previous PR.
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/def_id.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/def_id.rs b/compiler/rustc_span/src/def_id.rs
index 4b5bd75d5b1..b2d51ac6c0d 100644
--- a/compiler/rustc_span/src/def_id.rs
+++ b/compiler/rustc_span/src/def_id.rs
@@ -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>());