]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustc-rayon/src/iter/panic_fuse.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / rustc-rayon / src / iter / panic_fuse.rs
index b0d1ac0eb2d64fdbb3e09be35b8408561815bcbf..a4239a5eb2385af8263e7a834844b2468a3dcc9e 100644 (file)
@@ -306,7 +306,7 @@ where
     where
         I: IntoIterator<Item = T>,
     {
-        fn cool<'a, T>(fuse: &'a Fuse) -> impl Fn(&T) -> bool + 'a {
+        fn cool<'a, T>(fuse: &'a Fuse<'_>) -> impl Fn(&T) -> bool + 'a {
             move |_| !fuse.panicked()
         }