Remove unnecessary use
statements after cargo fix
This commit is contained in:
parent
0edb49792f
commit
177c639e65
3 changed files with 0 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
#![feature(rustc_private)]
|
#![feature(rustc_private)]
|
||||||
|
|
||||||
use clippy_lints;
|
|
||||||
extern crate syntax;
|
extern crate syntax;
|
||||||
use std::collections::Bound;
|
use std::collections::Bound;
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
// Tests for the various helper functions used by the needless_continue
|
// Tests for the various helper functions used by the needless_continue
|
||||||
// lint that don't belong in utils.
|
// lint that don't belong in utils.
|
||||||
|
|
||||||
|
|
||||||
use clippy_lints::needless_continue::{erode_block, erode_from_back, erode_from_front};
|
use clippy_lints::needless_continue::{erode_block, erode_from_back, erode_from_front};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
use cargo_metadata;
|
|
||||||
|
|
||||||
use semver::VersionReq;
|
use semver::VersionReq;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue