We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7654b commit 5b2fdf4Copy full SHA for 5b2fdf4
tera-templates/core/about.html
@@ -19,7 +19,7 @@ <h1 id="crate-title">About Docs.rs</h1>
19
<a href="https://crates.io/">crates.io</a>
20
using the nightly release of the Rust compiler.
21
22
- {%- if rustc_version -%}
+ {%- if rustc_version %}
23
The current version of the Rust compiler in use is <code>{{ rustc_version }}</code>.
24
Builds can take a while depending how many crates are in <a href="/releases/queue">the queue</a>.
25
If you need a newer version of this compiler, check the
0 commit comments