diff options
Diffstat (limited to 'components/plugins/lints/ban.rs')
-rw-r--r-- | components/plugins/lints/ban.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lints/ban.rs b/components/plugins/lints/ban.rs index a4c3b7cea07..3be7f49a52b 100644 --- a/components/plugins/lints/ban.rs +++ b/components/plugins/lints/ban.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use syntax::ast; use rustc::lint::{Context, LintPass, LintArray}; +use syntax::ast; use utils::match_ty_unwrap; declare_lint!(BANNED_TYPE, Deny, |