Skip to content

Commit

Permalink
Rollup merge of rust-lang#49290 - cuviper:unextended-dist-rustfmt, r=…
Browse files Browse the repository at this point in the history
…nikomatsakis

Allow installing rustfmt without config.extended

This assertion was preventing `./x.py install rustfmt` if attempted
without an "extended" build configuration, but it actually builds and
installs just fine.
  • Loading branch information
kennytm committed Mar 24, 2018
2 parents 924f24a + 86f7d89 commit 177e20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,6 @@ impl Step for Rustfmt {
let build = builder.build;
let stage = self.stage;
let target = self.target;
assert!(build.config.extended);

println!("Dist Rustfmt stage{} ({})", stage, target);
let src = build.src.join("src/tools/rustfmt");
Expand Down

0 comments on commit 177e20d

Please sign in to comment.