From d5871d09f1a4643ca2f1d02ea5f147a412ead1f5 Mon Sep 17 00:00:00 2001 From: "lolo.branstett@numericable.fr" Date: Thu, 13 Jan 2022 20:05:44 +0100 Subject: [PATCH] Fix and improve missing dot in the item heading --- src/librustdoc/templates/print_item.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/librustdoc/templates/print_item.html b/src/librustdoc/templates/print_item.html index c98c6db424a19..459b01a9960d2 100644 --- a/src/librustdoc/templates/print_item.html +++ b/src/librustdoc/templates/print_item.html @@ -16,12 +16,12 @@

{#- -#}

{#- -#} {#- -#} {% if !stability_since_raw.is_empty() %} - {{- stability_since_raw|safe -}} · + {{- stability_since_raw|safe -}} · {# -#} {% endif %} {%- match src_href -%} {%- when Some with (href) -%} - source - {%- else -%} · + source · {# -#} + {%- else -%} {%- endmatch -%} {#- -#} [] {#- -#}