File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 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;
1818use installed_packages:: list_installed_packages;
1919use package_id:: { PkgId } ;
2020use 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 ,
2424 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} ;
2726use rustc:: metadata:: filesearch:: rust_path;
2827use rustc:: driver:: driver:: host_triple;
2928use target:: * ;
You can’t perform that action at this time.
0 commit comments