Skip to content

Commit b29696a

Browse files
committed
librustpkg/tests.rs: cleanup unused import
1 parent 2c0f9bd commit b29696a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/librustpkg/tests.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ use std::run::ProcessOutput;
1818
use installed_packages::list_installed_packages;
1919
use package_id::{PkgId};
2020
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,
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};
2726
use rustc::metadata::filesearch::rust_path;
2827
use rustc::driver::driver::host_triple;
2928
use target::*;

0 commit comments

Comments
 (0)