File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -529,14 +529,14 @@ impl RustupSubcmd {
529
529
RustupSubcmd :: DumpTestament => common:: dump_testament ( ) ,
530
530
RustupSubcmd :: Install { opts } => update ( cfg, opts) ,
531
531
RustupSubcmd :: Uninstall { opts } => toolchain_remove ( cfg, opts) ,
532
- RustupSubcmd :: Show { verbose, subcmd } => match subcmd {
533
- None => handle_epipe ( show ( cfg, verbose) ) ,
532
+ RustupSubcmd :: Show { verbose, subcmd } => handle_epipe ( match subcmd {
533
+ None => show ( cfg, verbose) ,
534
534
Some ( ShowSubcmd :: ActiveToolchain { verbose } ) => {
535
- handle_epipe ( show_active_toolchain ( cfg, verbose) )
535
+ show_active_toolchain ( cfg, verbose)
536
536
}
537
- Some ( ShowSubcmd :: Home ) => handle_epipe ( show_rustup_home ( cfg) ) ,
538
- Some ( ShowSubcmd :: Profile ) => handle_epipe ( show_profile ( cfg) ) ,
539
- } ,
537
+ Some ( ShowSubcmd :: Home ) => show_rustup_home ( cfg) ,
538
+ Some ( ShowSubcmd :: Profile ) => show_profile ( cfg) ,
539
+ } ) ,
540
540
RustupSubcmd :: Update {
541
541
toolchain,
542
542
no_self_update,
You can’t perform that action at this time.
0 commit comments