File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1161,7 +1161,7 @@ impl Step for Rustfmt {
1161
1161
// Prepare the image directory
1162
1162
// We expect RLS to build, because we've exited this step above if tool
1163
1163
// state for RLS isn't testing.
1164
- let rustfmt = builder. ensure ( tool:: Rls {
1164
+ let rustfmt = builder. ensure ( tool:: Rustfmt {
1165
1165
compiler : builder. compiler ( stage, build. build ) ,
1166
1166
target
1167
1167
} ) . expect ( "Rustfmt to build: toolstate is testing" ) ;
Original file line number Diff line number Diff line change @@ -280,10 +280,6 @@ impl Builder {
280
280
if rls_present {
281
281
manifest. renames . insert ( "rls" . to_owned ( ) , Rename { to : "rls-preview" . to_owned ( ) } ) ;
282
282
}
283
- if rustfmt_present {
284
- manifest. renames . insert ( "rustfmt" . to_owned ( ) ,
285
- Rename { to : "rustfmt-preview" . to_owned ( ) } ) ;
286
- }
287
283
288
284
let mut pkg = Package {
289
285
version : self . cached_version ( "rust" )
You can’t perform that action at this time.
0 commit comments