We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851ccf7 commit c0718f5Copy full SHA for c0718f5
templates/rustdoc/topbar.html
@@ -3,9 +3,9 @@
3
{# The url of the current release, `/crate/:name/:version` #}
4
{%- set crate_url = "/crate/" ~ metadata.name ~ "/" ~ metadata.version -%}
5
6
-{%- include "header/topbar_begin.html" -%}
+{%- include "header/topbar_begin.html" -%}{#
7
8
-<ul class="pure-menu-list">
+#}<ul class="pure-menu-list">
9
{% if 'krate' in __tera_context %}
10
<li class="pure-menu-item pure-menu-has-children">
11
<a href="#" class="pure-menu-link crate-name" title="{{ krate.description }}">
0 commit comments