]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/escape.rs
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src / escape.rs
index 7f1a4c4beb1f2dfeded29686c799bd3faac32762..1d09adec12f3ffe7bdf58bb5785dc947aa86f0f9 100644 (file)
@@ -176,13 +176,7 @@ fn mutate(&mut self, cmt: &PlaceWithHirId<'tcx>, _: HirId) {
         }
     }
 
-    fn fake_read(
-        &mut self,
-        _: &rustc_hir_typeck::expr_use_visitor::PlaceWithHirId<'tcx>,
-        _: FakeReadCause,
-        _: HirId,
-    ) {
-    }
+    fn fake_read(&mut self, _: &rustc_hir_typeck::expr_use_visitor::PlaceWithHirId<'tcx>, _: FakeReadCause, _: HirId) {}
 }
 
 impl<'a, 'tcx> EscapeDelegate<'a, 'tcx> {