mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Auto merge of #3598 - xfix:apply-cargo-fix-edition-idioms, r=phansch
Apply cargo fix --edition-idioms fixes
This commit is contained in:
commit
ece8b8e7d6
4 changed files with 1 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#![feature(test)]
|
||||
|
||||
extern crate compiletest_rs as compiletest;
|
||||
use compiletest_rs as compiletest;
|
||||
extern crate test;
|
||||
|
||||
use std::env::{set_var, var};
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
extern crate 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.
|
||||
|
||||
extern crate clippy_lints;
|
||||
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.
|
||||
|
||||
extern crate cargo_metadata;
|
||||
extern crate semver;
|
||||
use semver::VersionReq;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue