Skip to content

Commit 03ddfa3

Browse files
committed
move the 🔒 after the name
1 parent 1fec0fb commit 03ddfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/print_item.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ fn item_module(w: &mut Buffer, cx: &Context<'_>, item: &clean::Item, items: &[cl
388388
write!(
389389
w,
390390
"<div class=\"item-left {stab}{add}module-item\">\
391-
{visibility_emoji}\
392391
<a class=\"{class}\" href=\"{href}\" title=\"{title}\">{name}</a>\
392+
&nbsp;{visibility_emoji}&nbsp;\
393393
{unsafety_flag}\
394394
{stab_tags}\
395395
</div>\

0 commit comments

Comments
 (0)