1
Fork 0

Remove extra closing span element.

This commit is contained in:
Jimmy Cuadra 2017-02-11 07:10:03 -08:00
parent c603839d5f
commit bd14c7f333

View file

@ -2417,7 +2417,6 @@ fn item_union(w: &mut fmt::Formatter, cx: &Context, it: &clean::Item,
write!(w, "<span class='stab {stab}'></span>",
stab = stability_class)?;
}
write!(w, "</span>")?;
document(w, cx, field)?;
}
}