build: windows build invalid lifetime fix

This commit is contained in:
zhom
2025-06-09 18:02:48 +04:00
parent dccaf6c7de
commit 5c26ab5c33
+3 -3
View File
@@ -1018,9 +1018,9 @@ impl Extractor {
}
#[cfg(target_os = "windows")]
fn find_windows_executable_recursive(
&self,
dir: &Path,
fn find_windows_executable_recursive<'a>(
&'a self,
dir: &'a Path,
depth: usize,
max_depth: usize,
) -> std::pin::Pin<