This commit is contained in:
sxyazi 2025-10-31 20:05:55 +08:00
parent d5dc09c9a2
commit f7fe2b86bf
No known key found for this signature in database

View file

@ -155,7 +155,7 @@ impl Files {
}
#[cfg(windows)]
pub fn update_deleting(&mut self, mut urns: HashSet<UrnBuf>) -> Vec<usize> {
pub fn update_deleting(&mut self, mut urns: HashSet<PathBuf>) -> Vec<usize> {
let mut deleted = Vec::with_capacity(urns.len());
if !urns.is_empty() {
let mut i = 0;