From: Oliver Middleton Date: Thu, 29 Dec 2016 02:23:49 +0000 (+0000) Subject: rustdoc: Fix broken CSS for trait items X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=b9038c8e9f4df04093fcca5fb4870796c3a29b75;p=rust.git rustdoc: Fix broken CSS for trait items --- diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index d66adb5ecfa..ff7133f5d0c 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -2057,10 +2057,9 @@ fn trait_item(w: &mut fmt::Formatter, cx: &Context, m: &clean::Item, t: &clean:: let item_type = m.type_(); let id = derive_id(format!("{}.{}", item_type, name)); let ns_id = derive_id(format!("{}.{}", name, item_type.name_space())); - write!(w, "

\ + write!(w, "

\