You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/crate_details.hbs
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
<divclass="warning">{{name}}-{{version}} is not a library.</div>
57
57
{{else}}
58
58
{{#unlessbuild_status}}
59
-
<divclass="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <ahref="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <ahref="https://github.com/onur/docs.rs/issues/23">this issue report</a>.</div>
59
+
<divclass="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <ahref="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <ahref="https://github.com/rust-lang-nursery/docs.rs/issues/23">this issue report</a>.</div>
60
60
{{else}}
61
61
{{#unlessrustdoc_status}}
62
62
<divclass="warning">{{name}}-{{version}} doesn't have any documentation.</div>
0 commit comments