From 4df867c4a3d6d5e05b0193bf43e888673d5b64a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Mon, 21 Mar 2022 11:25:05 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20add=20a=20space=20only=20in=20front=20of?= =?UTF-8?q?=20=F0=9F=94=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/librustdoc/html/render/print_item.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}\
\