Skip to content

Commit b991118

Browse files
shepmastercuviper
authored andcommitted
Use aarch64-apple-darwin as the fallback doc source for -apple-
We are moving away from `x86_64-apple-darwin`, so soon these docs won't be available. (cherry picked from commit 36a3820)
1 parent 3c3c140 commit b991118

File tree

1 file changed

+1
-1
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-1
lines changed

src/tools/build-manifest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ static TARGETS: &[&str] = &[
203203
///
204204
/// The order here matters, more specific entries should be first.
205205
static DOCS_FALLBACK: &[(&str, &str)] = &[
206-
("-apple-", "x86_64-apple-darwin"),
206+
("-apple-", "aarch64-apple-darwin"),
207207
("aarch64", "aarch64-unknown-linux-gnu"),
208208
("arm-", "aarch64-unknown-linux-gnu"),
209209
("", "x86_64-unknown-linux-gnu"),

0 commit comments

Comments
 (0)