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/core/about/builds.html
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,13 +106,15 @@ <h4 id="hitting-resource-limits"> <a href="#hitting-resource-limits">Hitting res
106
106
</ul>
107
107
</p>
108
108
109
-
<h4id="failures-and-rebuilds"><ahref="#failures-and-rebuilds">Other failures and requesting rebuilds</a></h4>
110
-
<p>
111
-
If your crate fails to build for a reason not listed here, please <ahref="{{ docsrs_repo|safe }}/issues">file an issue</a>.
112
-
Some build failures can be fixed by Docs.rs, e.g., by issuing a rebuild after a bug in Docs.rs has been fixed.
113
-
</p>
109
+
<h4id="failures-and-rebuilds"><ahref="#failures-and-rebuilds">Other failures and requesting rebuilds</a></h4>
110
+
111
+
<p>If your crate fails to build for a reason not listed here, you can rebuild it from <ahref="https://crates.io">crates.io</a> website as you can see below:</p>
112
+
113
+
<imgsrc="/-/static/trigger-rebuild.png" alt="crates.io dropdown menu showing two items: yank and rebuild docs">
114
+
115
+
<p>Or you can <ahref="{{ docsrs_repo|safe }}/issues">file an issue</a> if you think it's a <b>docs.rs</b> issue.</p>
0 commit comments