about summary refs log tree commit diff
path: root/clippy_lints/src/utils/usage.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-03-16 12:11:00 +0000
committerbors <bors@rust-lang.org>2020-03-16 12:11:00 +0000
commitd556bb73df16f72fc5a169b4fa7d4ce79ecd76a2 (patch)
tree2cdbe871989cf48bb5418e731fcf34e3f0e5c013 /clippy_lints/src/utils/usage.rs
parentd8bcdac9de7882cbbffa7e02341ca32870d54017 (diff)
parentba0884bee37dc386116a8ba87c33a602c1864d68 (diff)
Auto merge of #5321 - matthiaskrgr:rustup_31, r=phansch
rustup https://github.com/rust-lang/rust/pull/68944

changelog: none
Diffstat (limited to 'clippy_lints/src/utils/usage.rs')
-rw-r--r--clippy_lints/src/utils/usage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/usage.rs b/clippy_lints/src/utils/usage.rs
index 5871cf45ef9..7cde18fdb3b 100644
--- a/clippy_lints/src/utils/usage.rs
+++ b/clippy_lints/src/utils/usage.rs
@@ -93,7 +93,7 @@ impl<'tcx> Visitor<'tcx> for UsedVisitor {
         }
     }
 
-    fn nested_visit_map(&mut self) -> NestedVisitorMap<'_, Self::Map> {
+    fn nested_visit_map(&mut self) -> NestedVisitorMap<Self::Map> {
         NestedVisitorMap::None
     }
 }