]> git.lizzy.rs Git - rust.git/commitdiff
librustpkg/tests.rs: cleanup unused import
authorAdrien Tétar <adri-from-59@hotmail.fr>
Tue, 27 Aug 2013 12:45:40 +0000 (14:45 +0200)
committerAdrien Tétar <adri-from-59@hotmail.fr>
Tue, 27 Aug 2013 12:45:40 +0000 (14:45 +0200)
src/librustpkg/tests.rs

index 0efa0782da902629c87ac4173fc7a8b75a1ce57f..07f2b8d0f5afbc58af4d546f10f4152d4a86f465 100644 (file)
 use installed_packages::list_installed_packages;
 use package_id::{PkgId};
 use version::{ExactRevision, NoVersion, Version, Tagged};
-use path_util::{target_executable_in_workspace, target_library_in_workspace,
-               target_test_in_workspace, target_bench_in_workspace,
-               make_dir_rwx, U_RWX, library_in_workspace,
+use path_util::{target_executable_in_workspace, target_test_in_workspace,
+               target_bench_in_workspace, make_dir_rwx, U_RWX,
+               library_in_workspace, installed_library_in_workspace,
                built_bench_in_workspace, built_test_in_workspace,
-               built_library_in_workspace, built_executable_in_workspace,
-                installed_library_in_workspace};
+               built_library_in_workspace, built_executable_in_workspace};
 use rustc::metadata::filesearch::rust_path;
 use rustc::driver::driver::host_triple;
 use target::*;