servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv

Fixes #7381.

Source-Repo: https://github.com/servo/servo
Source-Revision: a0d3c9223f09757124b1520c4f17e94fa8bbe249
This commit is contained in:
Brandon Fairchild
2015-09-19 13:34:51 -06:00
parent e1e9ee181b
commit 704178a0dd
214 changed files with 628 additions and 941 deletions

View File

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