aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r--components/plugins/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs
index 8b69f2049bb..5a87cd32ce1 100644
--- a/components/plugins/lib.rs
+++ b/components/plugins/lib.rs
@@ -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)]`