We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40adcab + f130e18 commit aa84a76Copy full SHA for aa84a76
src/tools/build-manifest/src/main.rs
@@ -156,6 +156,7 @@ static DOCS_TARGETS: &[&str] = &[
156
"x86_64-pc-windows-gnu",
157
"x86_64-pc-windows-msvc",
158
"x86_64-unknown-linux-gnu",
159
+ "x86_64-unknown-linux-musl",
160
];
161
162
static MINGW: &[&str] = &["i686-pc-windows-gnu", "x86_64-pc-windows-gnu"];
0 commit comments