Pick up lost property

This commit is contained in:
Yuki Okushi 2020-01-07 01:54:51 +09:00
parent 2f2eaf8b7e
commit ce36335cf0
1 changed files with 1 additions and 1 deletions

View File

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