diff options
Diffstat (limited to 'components/plugins/lints/privatize.rs')
-rw-r--r-- | components/plugins/lints/privatize.rs | 2 |
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, |