Enable docs on in the x86_64-unknown-linux-musl manifest

Add the rust-docs component to toolchain x86_64-unknown-linux-musl, which allows
people using rustup on their musl-based linux distribution to download the
rust-docs.

Generating and uploading the docs was enabled in b5d143b.
This commit is contained in:
David Sonder 2020-08-03 16:02:20 +02:00
parent c186aed59a
commit f130e18c01
No known key found for this signature in database
GPG Key ID: 6684573D221D0604
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ static DOCS_TARGETS: &[&str] = &[
"x86_64-pc-windows-gnu", "x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc", "x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
]; ];
static MINGW: &[&str] = &["i686-pc-windows-gnu", "x86_64-pc-windows-gnu"]; static MINGW: &[&str] = &["i686-pc-windows-gnu", "x86_64-pc-windows-gnu"];