diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-07 01:54:51 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-07 01:54:51 +0900 |
| commit | ce36335cf038ce0597b2a071ccb43bd8974cdedc (patch) | |
| tree | 8ab53a51271d88f54ab813528cf97ffe1d6d9e9a | |
| parent | 2f2eaf8b7ec5073f64fcfd82f91f2f48081832ee (diff) | |
| download | rust-ce36335cf038ce0597b2a071ccb43bd8974cdedc.tar.gz rust-ce36335cf038ce0597b2a071ccb43bd8974cdedc.zip | |
Pick up lost property
| -rw-r--r-- | tests/ui/outer_expn_data.fixed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/outer_expn_data.fixed b/tests/ui/outer_expn_data.fixed index 4a3fa034139..587c20409e4 100644 --- a/tests/ui/outer_expn_data.fixed +++ b/tests/ui/outer_expn_data.fixed @@ -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, |
