Skip to content

Commit ddeb85f

Browse files
alexcrichtonnikomatsakis
authored andcommitted
Add temporary renames to manifests for rustfmt/clippy
This will be part of our strategy for shipping renamed versions of these components for the Rust 2018 edition. Closes rust-lang#55967
1 parent 90580ca commit ddeb85f

File tree

1 file changed

+2
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+2
-0
lines changed

src/tools/build-manifest/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ impl Builder {
360360
self.package("lldb-preview", &mut manifest.pkg, TARGETS);
361361

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

364366
let mut pkg = Package {
365367
version: self.cached_version("rust")

0 commit comments

Comments
 (0)