@@ -63,17 +63,16 @@ use same_file::Handle;
6363use serde:: { Deserialize , Serialize } ;
6464use tracing:: { error, info, trace, warn} ;
6565
66- use crate :: currentprocess:: terminalsource;
67- use crate :: errors:: RustupError ;
6866use crate :: {
6967 cli:: {
7068 common:: { self , ignorable_error, report_error, Confirm , PackageUpdate } ,
7169 errors:: * ,
7270 markdown:: md,
7371 } ,
7472 config:: Cfg ,
75- currentprocess:: Process ,
76- dist:: dist:: { self , PartialToolchainDesc , Profile , TargetTriple , ToolchainDesc } ,
73+ currentprocess:: { terminalsource, Process } ,
74+ dist:: { self , PartialToolchainDesc , Profile , TargetTriple , ToolchainDesc } ,
75+ errors:: RustupError ,
7776 install:: UpdateStatus ,
7877 toolchain:: {
7978 distributable:: DistributableToolchain ,
@@ -1338,7 +1337,7 @@ mod tests {
13381337
13391338 use crate :: cli:: common;
13401339 use crate :: cli:: self_update:: InstallOpts ;
1341- use crate :: dist:: dist :: { PartialToolchainDesc , Profile } ;
1340+ use crate :: dist:: { PartialToolchainDesc , Profile } ;
13421341 use crate :: test:: { test_dir, with_rustup_home, Env } ;
13431342 use crate :: { currentprocess:: TestProcess , for_host} ;
13441343
0 commit comments