diff --git a/src/rustdoc_schema.graphql b/src/rustdoc_schema.graphql index fc5c497..dfcf8b6 100644 --- a/src/rustdoc_schema.graphql +++ b/src/rustdoc_schema.graphql @@ -749,8 +749,6 @@ type Impl implements Item { """ The trait being implemented. Inherent impls don't have a trait. - - TODO: implement me """ implemented_trait: ImplementedTrait