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
<ahref="/crate/{{../name}}/{{this.version}}"class="pure-menu-link warn"title="{{../name}}-{{this.version}} is yanked"><iclass="fa fa-fw fa-warning"></i> {{this.version}}</a>
50
+
{{else}}
51
+
<ahref="/crate/{{../name}}/{{this.version}}"class="pure-menu-link warn"title="{{../name}}-{{this.version}} is yanked and docs.rs failed to build it"><iclass="fa fa-fw fa-warning"></i> {{this.version}}</a>
<divclass="warning">{{name}}-{{version}} is not a library.</div>
77
+
{{else}}
78
+
{{#ifyanked}}
79
+
<divclass="warning">{{name}}-{{version}} has been yanked.</div>
80
+
{{else}}
81
+
{{#unlessbuild_status}}
82
+
<divclass="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check the <ahref="/crate/{{name}}/{{version}}/builds">build logs</a> and, if you believe this is docs.rs' fault, <ahref="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>.</div>
83
+
{{#iflast_successful_build}}
84
+
<divclass="info">Visit the last successful build: <ahref="/crate/{{name}}/{{last_successful_build}}">{{name}}-{{last_successful_build}}</a></div>
85
+
{{/if}}
86
+
{{else}}
87
+
{{#unlessrustdoc_status}}
88
+
<divclass="warning">{{name}}-{{version}} doesn't have any documentation.</div>
0 commit comments