We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1b1f3 commit e260bd4Copy full SHA for e260bd4
templates/crate/details.html
@@ -88,11 +88,11 @@
88
</li>
89
{%- endif -%}
90
91
- {# Show a link to the crate's Crates.io page #}
+ {# Show a link to the crate's crates.io page #}
92
<li class="pure-menu-item">
93
<a href="https://crates.io/crates/{{ details.name }}" class="pure-menu-link"
94
title="See {{ details.name }} on crates.io">
95
- {{ "cube" | fas }} Crates.io
+ {{ "cube" | fas }} crates.io
96
</a>
97
98
templates/rustdoc/topbar.html
@@ -92,7 +92,7 @@
<a href="https://crates.io/crates/{{ krate.name }}" class="pure-menu-link" title="See {{ krate.name }} in crates.io">
0 commit comments