diff --git a/tests/matches.rs b/tests/matches.rs index 3fdb65c6a40..a445772c319 100644 --- a/tests/matches.rs +++ b/tests/matches.rs @@ -9,7 +9,6 @@ #![feature(rustc_private)] -use clippy_lints; extern crate syntax; use std::collections::Bound; diff --git a/tests/needless_continue_helpers.rs b/tests/needless_continue_helpers.rs index 68ccbc7fc03..e0dcd035c58 100644 --- a/tests/needless_continue_helpers.rs +++ b/tests/needless_continue_helpers.rs @@ -10,7 +10,6 @@ // Tests for the various helper functions used by the needless_continue // lint that don't belong in utils. - use clippy_lints::needless_continue::{erode_block, erode_from_back, erode_from_front}; #[test] diff --git a/tests/versioncheck.rs b/tests/versioncheck.rs index 294e5d7d60b..945e35f4ebf 100644 --- a/tests/versioncheck.rs +++ b/tests/versioncheck.rs @@ -7,8 +7,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use cargo_metadata; - use semver::VersionReq; #[test]