We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43477d6 commit 8ae2687Copy full SHA for 8ae2687
1 file changed
src/librustdoc/html/render/print_item.rs
@@ -409,6 +409,7 @@ fn item_module(cx: &Context<'_>, item: &clean::Item, items: &[clean::Item]) -> i
409
}
410
None => (String::new(), item.is_deprecated(tcx)),
411
};
412
+ let visibility_and_hidden = visibility_and_hidden(myitem);
413
let id = match import.kind {
414
clean::ImportKind::Simple(s) => {
415
format!(" id=\"{}\"", cx.derive_id(format!("reexport.{s}")))
0 commit comments