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 @@ -530,14 +530,14 @@ impl RustupSubcmd {
530
530
RustupSubcmd :: DumpTestament => common:: dump_testament ( ) ,
531
531
RustupSubcmd :: Install { opts } => update ( cfg, opts) ,
532
532
RustupSubcmd :: Uninstall { opts } => toolchain_remove ( cfg, opts) ,
533
- RustupSubcmd :: Show { verbose, subcmd } => match subcmd {
534
- None => handle_epipe ( show ( cfg, verbose) ) ,
533
+ RustupSubcmd :: Show { verbose, subcmd } => handle_epipe ( match subcmd {
534
+ None => show ( cfg, verbose) ,
535
535
Some ( ShowSubcmd :: ActiveToolchain { verbose } ) => {
536
- handle_epipe ( show_active_toolchain ( cfg, verbose) )
536
+ show_active_toolchain ( cfg, verbose)
537
537
}
538
- Some ( ShowSubcmd :: Home ) => handle_epipe ( show_rustup_home ( cfg) ) ,
539
- Some ( ShowSubcmd :: Profile ) => handle_epipe ( show_profile ( cfg) ) ,
540
- } ,
538
+ Some ( ShowSubcmd :: Home ) => show_rustup_home ( cfg) ,
539
+ Some ( ShowSubcmd :: Profile ) => show_profile ( cfg) ,
540
+ } ) ,
541
541
RustupSubcmd :: Update {
542
542
toolchain,
543
543
no_self_update,
You can’t perform that action at this time.
0 commit comments