File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 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 {
11611161 // Prepare the image directory
11621162 // We expect RLS to build, because we've exited this step above if tool
11631163 // state for RLS isn't testing.
1164- let rustfmt = builder. ensure ( tool:: Rls {
1164+ let rustfmt = builder. ensure ( tool:: Rustfmt {
11651165 compiler : builder. compiler ( stage, build. build ) ,
11661166 target
11671167 } ) . expect ( "Rustfmt to build: toolstate is testing" ) ;
Original file line number Diff line number Diff line change @@ -280,10 +280,6 @@ impl Builder {
280280 if rls_present {
281281 manifest. renames . insert ( "rls" . to_owned ( ) , Rename { to : "rls-preview" . to_owned ( ) } ) ;
282282 }
283- if rustfmt_present {
284- manifest. renames . insert ( "rustfmt" . to_owned ( ) ,
285- Rename { to : "rustfmt-preview" . to_owned ( ) } ) ;
286- }
287283
288284 let mut pkg = Package {
289285 version : self . cached_version ( "rust" )
You can’t perform that action at this time.
0 commit comments