aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints/privatize.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-04-14 02:13:33 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-04-15 15:28:49 +0530
commite10c5807683274d52652a853ca0bbf6b71b63aca (patch)
treec3ff84bc0977e629dd5fb382ab107a6c09e850e8 /components/plugins/lints/privatize.rs
parent7faa3ed9cb87ebfa62554940e916bb7e4d04512b (diff)
downloadservo-e10c5807683274d52652a853ca0bbf6b71b63aca.tar.gz
servo-e10c5807683274d52652a853ca0bbf6b71b63aca.zip
Rust upgrade to 2016-04-12
Diffstat (limited to 'components/plugins/lints/privatize.rs')
-rw-r--r--components/plugins/lints/privatize.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lints/privatize.rs b/components/plugins/lints/privatize.rs
index e02c5b09212..36d545ddc14 100644
--- a/components/plugins/lints/privatize.rs
+++ b/components/plugins/lints/privatize.rs
@@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+use rustc::hir;
use rustc::lint::{LateContext, LintPass, LintArray, LateLintPass, LintContext};
-use rustc_front::hir;
use syntax::ast;
use syntax::attr::AttrMetaMethods;