We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586a9ce commit d0a33fbCopy full SHA for d0a33fb
src/librustdoc/html/templates/print_item.html
@@ -7,9 +7,9 @@ <h1 class="fqn"> {#- -#}
7
{%- endfor -%}
8
<a class="{{item_type}}" href="#">{{name}}</a> {#- -#}
9
<button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"> {#- -#}
10
- <img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg"
11
- width="19" height="18"
12
- alt="Copy item path">
+ <img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg" {# -#}
+ width="19" height="18" {# -#}
+ alt="Copy item path"> {#- -#}
13
</button> {#- -#}
14
</span> {#- -#}
15
<span class="out-of-band"> {#- -#}
0 commit comments