Remove unnecessary use
statements after cargo fix
This commit is contained in:
parent
0edb49792f
commit
177c639e65
@ -9,7 +9,6 @@
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
use clippy_lints;
|
||||
extern crate syntax;
|
||||
use std::collections::Bound;
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user