Skip to content

Commit f111cd9

Browse files
Update src/librustdoc/html/templates/page.html
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 3ce4222 commit f111cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/templates/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<h2> {# #}
101101
<a href="{{page.root_path|safe}}{{display_krate_with_trailing_slash|safe}}index.html">{{display_krate|wrapped|safe}}</a>
102102
{% if !display_krate_version_number.is_empty() %}
103-
<span class="version">{{+ display_krate_version_number}}<button id="copy-cargo-snippet" title="Copy Cargo.toml snippet to clipboard">{# #}</button></span>
103+
<span class="version">{{+ display_krate_version_number}}<button id="copy-cargo-snippet" title="Copy Cargo.toml snippet to clipboard"></button></span>
104104
{% endif %}
105105
</h2> {# #}
106106
</div>

0 commit comments

Comments
 (0)