Remove unnecessary use statements after cargo fix

This commit is contained in:
Konrad Borowski 2018-12-29 17:48:00 +01:00
parent 0edb49792f
commit 177c639e65
3 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@
#![feature(rustc_private)]
use clippy_lints;
extern crate syntax;
use std::collections::Bound;

View File

@ -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]

View File

@ -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]