File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1488,7 +1488,7 @@ impl Step for Extended {
1488
1488
1489
1489
let xform = |p: &Path| {
1490
1490
let mut contents = t!(fs::read_to_string(p));
1491
- for tool in &["rust-demangler", "miri"] {
1491
+ for tool in &["rust-demangler", "miri", "rust-docs" ] {
1492
1492
if !built_tools.contains(tool) {
1493
1493
contents = filter(&contents, tool);
1494
1494
}
Original file line number Diff line number Diff line change 15
15
<line choice="rustc"/>
16
16
<line choice="rust-std"/>
17
17
<line choice="cargo"/>
18
+ <!-- tool-rust-docs-start -->
18
19
<line choice="rust-docs"/>
20
+ <!-- tool-rust-docs-end -->
19
21
</line>
20
22
<line choice="uninstall" />
21
23
</choices-outline>
55
57
>
56
58
<pkg-ref id="org.rust-lang.rust-std"/>
57
59
</choice>
60
+ <!-- tool-rust-docs-start -->
58
61
<choice id="rust-docs" visible="true"
59
62
title="Documentation" description="HTML documentation."
60
63
selected="(!choices.uninstall.selected && choices['rust-docs'].selected) || (choices.uninstall.selected && choices.install.selected)"
61
64
>
62
65
<pkg-ref id="org.rust-lang.rust-docs"/>
63
66
</choice>
67
+ <!-- tool-rust-docs-end -->
64
68
<pkg-ref id="org.rust-lang.rustc" version="0" onConclusion="none">rustc.pkg</pkg-ref>
65
69
<pkg-ref id="org.rust-lang.cargo" version="0" onConclusion="none">cargo.pkg</pkg-ref>
70
+ <!-- tool-rust-docs-start -->
66
71
<pkg-ref id="org.rust-lang.rust-docs" version="0" onConclusion="none">rust-docs.pkg</pkg-ref>
72
+ <!-- tool-rust-docs-end -->
67
73
<pkg-ref id="org.rust-lang.rust-std" version="0" onConclusion="none">rust-std.pkg</pkg-ref>
68
74
<pkg-ref id="org.rust-lang.uninstall" version="0" onConclusion="none">uninstall.pkg</pkg-ref>
69
75
<background file="rust-logo.png" mime-type="image/png"
You can’t perform that action at this time.
0 commit comments