File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ use std::run::ProcessOutput;
18
18
use installed_packages:: list_installed_packages;
19
19
use package_id:: { PkgId } ;
20
20
use version:: { ExactRevision , NoVersion , Version , Tagged } ;
21
- use path_util:: { target_executable_in_workspace, target_library_in_workspace ,
22
- target_test_in_workspace , target_bench_in_workspace ,
23
- make_dir_rwx , U_RWX , library_in_workspace ,
21
+ use path_util:: { target_executable_in_workspace, target_test_in_workspace ,
22
+ target_bench_in_workspace , make_dir_rwx , U_RWX ,
23
+ library_in_workspace , installed_library_in_workspace ,
24
24
built_bench_in_workspace, built_test_in_workspace,
25
- built_library_in_workspace, built_executable_in_workspace,
26
- installed_library_in_workspace} ;
25
+ built_library_in_workspace, built_executable_in_workspace} ;
27
26
use rustc:: metadata:: filesearch:: rust_path;
28
27
use rustc:: driver:: driver:: host_triple;
29
28
use target:: * ;
You can’t perform that action at this time.
0 commit comments