Skip to content

Commit

Permalink
Drop rustc-docs from complete profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Feb 7, 2022
1 parent c5e4148 commit 8742baf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,10 @@ impl Builder {
// for users to install the additional component manually, if needed.
if self.versions.channel() == "nightly" {
self.extend_profile("complete", &mut manifest.profiles, &["rustc-dev"]);
self.extend_profile("complete", &mut manifest.profiles, &["rustc-docs"]);
// Do not include the rustc-docs component for now, as it causes
// conflicts with the rust-docs component when installed. See
// #75833.
// self.extend_profile("complete", &mut manifest.profiles, &["rustc-docs"]);
}
}

Expand Down

0 comments on commit 8742baf

Please sign in to comment.