servo: Merge #7265 - Add alphabetical order check for use statements (from tafia:tidy-use); r=Ms2ger
close #7112 Source-Repo: https://github.com/servo/servo Source-Revision: a5fbb2f2a6fa79755f975feff2435abb6a5dd0e9
This commit is contained in:
@@ -28,8 +28,8 @@ use rustc::lint::LintPassObject;
|
||||
use rustc::plugin::Registry;
|
||||
use syntax::ext::base::*;
|
||||
|
||||
use syntax::parse::token::intern;
|
||||
use syntax::feature_gate::AttributeType::Whitelisted;
|
||||
use syntax::parse::token::intern;
|
||||
|
||||
// Public for documentation to show up
|
||||
/// Handles the auto-deriving for `#[derive(JSTraceable)]`
|
||||
|
||||
Reference in New Issue
Block a user