mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +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;
|
extern crate rustc_hir;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate rustc_session;
|
extern crate rustc_session;
|
||||||
use rustc_hir::Expr;
|
|
||||||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||||
|
use rustc_hir::Expr;
|
||||||
|
|
||||||
declare_lint! {
|
declare_lint! {
|
||||||
pub TEST_LINT,
|
pub TEST_LINT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue