about summary refs log tree commit diff
path: root/src/librustdoc
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-10-09 08:33:19 -0700
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-10-09 08:33:19 -0700
commitd0a33fb175fad3b1e9bbe4a6ca3fe41b1aa242d6 (patch)
treecea6f33b64d107197c63578caea719ff4d3523e5 /src/librustdoc
parent586a9cea7538dec02b2cad76f367026a445b03d0 (diff)
downloadrust-d0a33fb175fad3b1e9bbe4a6ca3fe41b1aa242d6.tar.gz
rust-d0a33fb175fad3b1e9bbe4a6ca3fe41b1aa242d6.zip
Remove some stray whitespace.
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/html/templates/print_item.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustdoc/html/templates/print_item.html b/src/librustdoc/html/templates/print_item.html
index 67a7934e399..5a468f3cc1e 100644
--- a/src/librustdoc/html/templates/print_item.html
+++ b/src/librustdoc/html/templates/print_item.html
@@ -7,9 +7,9 @@
         {%- endfor -%}
         <a class="{{item_type}}" href="#">{{name}}</a> {#- -#}
         <button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"> {#- -#}
-            <img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg"
-                width="19" height="18"
-                alt="Copy item path">
+            <img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg" {# -#}
+                width="19" height="18" {# -#}
+                alt="Copy item path"> {#- -#}
         </button> {#- -#}
     </span> {#- -#}
     <span class="out-of-band"> {#- -#}