build: fix windows build warnings

This commit is contained in:
zhom
2025-06-09 18:56:38 +04:00
parent 5c26ab5c33
commit 615d7b8c8a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1027,7 +1027,7 @@ impl Extractor {
Box<
dyn std::future::Future<Output = Result<PathBuf, Box<dyn std::error::Error + Send + Sync>>>
+ Send
+ '_,
+ 'a,
>,
> {
Box::pin(async move {