diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index c7a258145537..846c0721ccbd 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -2110,24 +2110,27 @@ fn item_trait(w: &mut fmt::Formatter, cx: &Context, it: &clean::Item,

Implementors