Skip to content

Commit d102dcc

Browse files
author
Brian Campbell
committed
[rustdoc] Add missing close tags in extern crate reexports
1 parent f51d1bc commit d102dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/render/print_item.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ fn item_module(cx: &Context<'_>, item: &clean::Item, items: &[clean::Item]) -> i
439439
)?;
440440
}
441441
}
442+
write!(w, "</code></dt>")?
442443
}
443444
clean::ImportItem(ref import) => {
444445
let stab_tags =

0 commit comments

Comments
 (0)