We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dae3ef2 + d5871d0 commit 2ae4afdCopy full SHA for 2ae4afd
src/librustdoc/templates/print_item.html
@@ -16,12 +16,12 @@ <h1 class="fqn"> {#- -#}
16
</h1> {#- -#}
17
<span class="out-of-band"> {#- -#}
18
{% if !stability_since_raw.is_empty() %}
19
- {{- stability_since_raw|safe -}} ·
+ {{- stability_since_raw|safe -}} · {# -#}
20
{% endif %}
21
{%- match src_href -%}
22
{%- when Some with (href) -%}
23
- <a class="srclink" href="{{href|safe}}" title="goto source code">source</a>
24
- {%- else -%} ·
+ <a class="srclink" href="{{href|safe}}" title="goto source code">source</a> · {# -#}
+ {%- else -%}
25
{%- endmatch -%}
26
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> {#- -#}
27
[<span class="inner">−</span>] {#- -#}
0 commit comments