Skip to content

Commit bd14c7f

Browse files
committed
Remove extra closing span element.
1 parent c603839 commit bd14c7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/render.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,6 @@ fn item_union(w: &mut fmt::Formatter, cx: &Context, it: &clean::Item,
24172417
write!(w, "<span class='stab {stab}'></span>",
24182418
stab = stability_class)?;
24192419
}
2420-
write!(w, "</span>")?;
24212420
document(w, cx, field)?;
24222421
}
24232422
}

0 commit comments

Comments
 (0)