Skip to content

Commit 3c67ed4

Browse files
committed
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 #55967
1 parent 9e8a982 commit 3c67ed4

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

+2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ impl Builder {
355355
self.package("lldb-preview", &mut manifest.pkg, TARGETS);
356356

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

359361
let mut pkg = Package {
360362
version: self.cached_version("rust")

0 commit comments

Comments
 (0)