Skip to content

Commit ce36335

Browse files
committed
Pick up lost property
1 parent 2f2eaf8 commit ce36335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/outer_expn_data.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ extern crate rustc;
99
extern crate rustc_hir;
1010
#[macro_use]
1111
extern crate rustc_session;
12-
use rustc_hir::Expr;
1312
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
13+
use rustc_hir::Expr;
1414

1515
declare_lint! {
1616
pub TEST_LINT,

0 commit comments

Comments
 (0)