Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Nov 12, 2017
1 parent 63d854a commit 97d21e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Expand Up @@ -1161,7 +1161,7 @@ impl Step for Rustfmt {
// Prepare the image directory
// We expect RLS to build, because we've exited this step above if tool
// state for RLS isn't testing.
let rustfmt = builder.ensure(tool::Rls {
let rustfmt = builder.ensure(tool::Rustfmt {
compiler: builder.compiler(stage, build.build),
target
}).expect("Rustfmt to build: toolstate is testing");
Expand Down
4 changes: 0 additions & 4 deletions src/tools/build-manifest/src/main.rs
Expand Up @@ -280,10 +280,6 @@ impl Builder {
if rls_present {
manifest.renames.insert("rls".to_owned(), Rename { to: "rls-preview".to_owned() });
}
if rustfmt_present {
manifest.renames.insert("rustfmt".to_owned(),
Rename { to: "rustfmt-preview".to_owned() });
}

let mut pkg = Package {
version: self.cached_version("rust")
Expand Down

0 comments on commit 97d21e2

Please sign in to comment.