You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/rustdoc/topbar.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
<spanid="clipboard" class="fa-svg fa-svg-fw" title="Copy crate name and version information">{%- include "clipboard.svg" -%}</span>
37
37
</li>
38
38
39
-
{%- if metadata.req_version|to_string == "latest" -%}
39
+
{%- if metadata.req_version.to_string() == "latest" -%}
40
40
<liclass="pure-menu-item">
41
41
<ahref="{% if permalink_path is defined %}{{permalink_path|safe}}{% endif %}" class="pure-menu-link description" id="permalink" title="Get a link to this specific version">
0 commit comments