From 6209a874dc30749c42954fbfdeea1a62191d42aa Mon Sep 17 00:00:00 2001 From: QuietMisdreavus Date: Mon, 12 Nov 2018 14:55:10 -0600 Subject: [PATCH] fix issue link in "crate failed to build" message --- templates/crate_details.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/crate_details.hbs b/templates/crate_details.hbs index 2fffe3fa0..93720da8a 100644 --- a/templates/crate_details.hbs +++ b/templates/crate_details.hbs @@ -56,7 +56,7 @@
{{name}}-{{version}} is not a library.
{{else}} {{#unless build_status}} -
docs.rs failed to build {{name}}-{{version}}
Please check build logs and if you believe this is docs.rs' fault, report into this issue report.
+
docs.rs failed to build {{name}}-{{version}}
Please check build logs and if you believe this is docs.rs' fault, report into this issue report.
{{else}} {{#unless rustdoc_status}}
{{name}}-{{version}} doesn't have any documentation.