]> git.proxmox.com Git - cargo.git/commitdiff
Remove unused imports
authorAlex Crichton <alex@alexcrichton.com>
Sat, 8 Dec 2018 16:21:33 +0000 (08:21 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 8 Dec 2018 16:21:33 +0000 (08:21 -0800)
tests/testsuite/main.rs

index 66cb3531eac7177c190d0a1b8b0fcf5ad02395ff..a1e0d8dded4c864f5a0f7e3349100e1c384f5569 100644 (file)
@@ -2,15 +2,8 @@
 #![cfg_attr(feature = "cargo-clippy", allow(blacklisted_name))]
 #![cfg_attr(feature = "cargo-clippy", allow(explicit_iter_loop))]
 
-use cargo;
-use filetime;
-
-use git2;
-
-use hex;
 #[macro_use]
 extern crate lazy_static;
-use libc;
 #[macro_use]
 extern crate proptest;
 #[macro_use]
@@ -18,11 +11,6 @@ extern crate serde_derive;
 #[macro_use]
 extern crate serde_json;
 
-use toml;
-
-#[cfg(windows)]
-extern crate winapi;
-
 #[macro_use]
 mod support;