Remove extra closing span element.
This commit is contained in:
parent
c603839d5f
commit
bd14c7f333
1 changed files with 0 additions and 1 deletions
|
@ -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)?;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue