Skip to content

Commit

Permalink
Add temporary renames to manifests for rustfmt/clippy
Browse files Browse the repository at this point in the history
This will be part of our strategy for shipping renamed versions of these
components for the Rust 2018 edition.

Closes #55967
  • Loading branch information
alexcrichton committed Nov 19, 2018
1 parent 9e8a982 commit 3c67ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ impl Builder {
self.package("lldb-preview", &mut manifest.pkg, TARGETS);

manifest.renames.insert("rls".to_owned(), Rename { to: "rls-preview".to_owned() });
manifest.renames.insert("rustfmt".to_owned(), Rename { to: "rustfmt-preview".to_owned() });
manifest.renames.insert("clippy".to_owned(), Rename { to: "clippy-preview".to_owned() });

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

0 comments on commit 3c67ed4

Please sign in to comment.