mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
d5dc09c9a2
commit
f7fe2b86bf
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ impl Files {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[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());
|
let mut deleted = Vec::with_capacity(urns.len());
|
||||||
if !urns.is_empty() {
|
if !urns.is_empty() {
|
||||||
let mut i = 0;
|
let mut i = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue