Skip to content

Commit 177c639

Browse files
committed
Remove unnecessary use statements after cargo fix
1 parent 0edb497 commit 177c639

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

tests/matches.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#![feature(rustc_private)]
1111

12-
use clippy_lints;
1312
extern crate syntax;
1413
use std::collections::Bound;
1514

tests/needless_continue_helpers.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
// Tests for the various helper functions used by the needless_continue
1111
// lint that don't belong in utils.
1212

13-
1413
use clippy_lints::needless_continue::{erode_block, erode_from_back, erode_from_front};
1514

1615
#[test]

tests/versioncheck.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10-
use cargo_metadata;
11-
1210
use semver::VersionReq;
1311

1412
#[test]

0 commit comments

Comments
 (0)