diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs index 088500c7179d..efeb2e0d463a 100644 --- a/src/librustdoc/html/render/print_item.rs +++ b/src/librustdoc/html/render/print_item.rs @@ -378,7 +378,7 @@ fn item_module(w: &mut Buffer, cx: &Context<'_>, item: &clean::Item, items: &[cl let visibility_emoji = match myitem.visibility { clean::Visibility::Restricted(_) => { - "🔒 " + " ðŸ”’ " } _ => "", }; @@ -389,7 +389,7 @@ fn item_module(w: &mut Buffer, cx: &Context<'_>, item: &clean::Item, items: &[cl w, "
\ {name}\ -  {visibility_emoji} \ + {visibility_emoji}\ {unsafety_flag}\ {stab_tags}\
\