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.
1 parent 925b30b commit 336aec7Copy full SHA for 336aec7
src/docbuilder/chroot_builder.rs
@@ -15,13 +15,11 @@ use error::Result;
15
16
17
/// List of targets supported by docs.rs
18
-const TARGETS: [&'static str; 8] = [
+const TARGETS: [&'static str; 6] = [
19
"i686-apple-darwin",
20
- "i686-pc-windows-gnu",
21
"i686-pc-windows-msvc",
22
"i686-unknown-linux-gnu",
23
"x86_64-apple-darwin",
24
- "x86_64-pc-windows-gnu",
25
"x86_64-pc-windows-msvc",
26
"x86_64-unknown-linux-gnu"
27
];
0 commit comments