aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints/privatize.rs
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2016-12-19 08:29:06 -0600
committerLars Bergstrom <lars@lars.com>2016-12-19 08:29:06 -0600
commitcba3881a12cfd9a8c2361838f44a3de6a919763f (patch)
tree34047283b9f34d9f2c1b2d59a6778b62588f37e0 /components/plugins/lints/privatize.rs
parent077a54de19ad6336cc6fae5fb4d9897535f67c2b (diff)
downloadservo-cba3881a12cfd9a8c2361838f44a3de6a919763f.tar.gz
servo-cba3881a12cfd9a8c2361838f44a3de6a919763f.zip
Revert "Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15)."
This reverts commit 5618e797683e7bfc400e8b1879d89f64bfb577fa.
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 0eec1ad1596..f3f56a0cdc4 100644
--- a/components/plugins/lints/privatize.rs
+++ b/components/plugins/lints/privatize.rs
@@ -21,7 +21,7 @@ impl LintPass for PrivatizePass {
}
}
-impl<'a, 'tcx> LateLintPass<'a, 'tcx> for PrivatizePass {
+impl LateLintPass for PrivatizePass {
fn check_struct_def(&mut self,
cx: &LateContext,
def: &hir::VariantData,