mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Pick up lost property
This commit is contained in:
parent
2f2eaf8b7e
commit
ce36335cf0
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ extern crate rustc;
|
|||
extern crate rustc_hir;
|
||||
#[macro_use]
|
||||
extern crate rustc_session;
|
||||
use rustc_hir::Expr;
|
||||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc_hir::Expr;
|
||||
|
||||
declare_lint! {
|
||||
pub TEST_LINT,
|
||||
|
|
Loading…
Reference in a new issue