@@ -63,17 +63,16 @@ use same_file::Handle;
63
63
use serde:: { Deserialize , Serialize } ;
64
64
use tracing:: { error, info, trace, warn} ;
65
65
66
- use crate :: currentprocess:: terminalsource;
67
- use crate :: errors:: RustupError ;
68
66
use crate :: {
69
67
cli:: {
70
68
common:: { self , ignorable_error, report_error, Confirm , PackageUpdate } ,
71
69
errors:: * ,
72
70
markdown:: md,
73
71
} ,
74
72
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 ,
77
76
install:: UpdateStatus ,
78
77
toolchain:: {
79
78
distributable:: DistributableToolchain ,
@@ -1338,7 +1337,7 @@ mod tests {
1338
1337
1339
1338
use crate :: cli:: common;
1340
1339
use crate :: cli:: self_update:: InstallOpts ;
1341
- use crate :: dist:: dist :: { PartialToolchainDesc , Profile } ;
1340
+ use crate :: dist:: { PartialToolchainDesc , Profile } ;
1342
1341
use crate :: test:: { test_dir, with_rustup_home, Env } ;
1343
1342
use crate :: { currentprocess:: TestProcess , for_host} ;
1344
1343
0 commit comments