diff options
Diffstat (limited to 'components/plugins/lints/inheritance_integrity.rs')
-rw-r--r-- | components/plugins/lints/inheritance_integrity.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/plugins/lints/inheritance_integrity.rs b/components/plugins/lints/inheritance_integrity.rs index 70fbed0c016..ac9c965e7b2 100644 --- a/components/plugins/lints/inheritance_integrity.rs +++ b/components/plugins/lints/inheritance_integrity.rs @@ -6,7 +6,6 @@ use rustc::lint::{Context, LintPass, LintArray, Level}; use rustc::middle::def; use rustc::middle::def_id::DefId; use syntax::ast; - use utils::match_lang_ty; declare_lint!(INHERITANCE_INTEGRITY, Deny, |