diff --git a/templates/rustdoc/navigation.html b/templates/rustdoc/navigation.html index c56d1f947..94c0efddb 100644 --- a/templates/rustdoc/navigation.html +++ b/templates/rustdoc/navigation.html @@ -1,3 +1,5 @@ +{%- import "macros.html" as macros -%} + {# The url of the current release, `/crate/:name/:version` #} {%- set crate_url = "/crate/" ~ krate.name ~ "/" ~ krate.version -%} @@ -6,7 +8,10 @@
- + +