From 03ddfa3087fbce431309a7453769db35e7104839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Mon, 21 Mar 2022 11:03:02 +0100 Subject: [PATCH] =?UTF-8?q?move=20the=20=F0=9F=94=92=20after=20the=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/librustdoc/html/render/print_item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs index 8aa052dca01..088500c7179 100644 --- a/src/librustdoc/html/render/print_item.rs +++ b/src/librustdoc/html/render/print_item.rs @@ -388,8 +388,8 @@ fn item_module(w: &mut Buffer, cx: &Context<'_>, item: &clean::Item, items: &[cl write!( w, "
\ - {visibility_emoji}\ {name}\ +  {visibility_emoji} \ {unsafety_flag}\ {stab_tags}\
\