From f7fe2b86bffc941f8c3f154e3c00d95b41d09a72 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 31 Oct 2025 20:05:55 +0800 Subject: [PATCH] .. --- yazi-fs/src/files.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-fs/src/files.rs b/yazi-fs/src/files.rs index 81dd4bcd..67e59754 100644 --- a/yazi-fs/src/files.rs +++ b/yazi-fs/src/files.rs @@ -155,7 +155,7 @@ impl Files { } #[cfg(windows)] - pub fn update_deleting(&mut self, mut urns: HashSet) -> Vec { + pub fn update_deleting(&mut self, mut urns: HashSet) -> Vec { let mut deleted = Vec::with_capacity(urns.len()); if !urns.is_empty() { let mut i = 0;