diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 4124d552988..250fa500a5e 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -27,7 +27,6 @@ extern crate clippy; use rustc::lint::LintPassObject; use rustc::plugin::Registry; use syntax::ext::base::*; - use syntax::feature_gate::AttributeType::Whitelisted; use syntax::parse::token::intern; |