chore: partial revert - only &str has chars(), but Box<str> should auto-deref
This commit is contained in:
parent
d78f127039
commit
267ab432cf
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ impl Zip64CentralDirectoryEnd {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn is_dir<T: AsRef<str>>(filename: T) -> bool {
|
pub(crate) fn is_dir(filename: &str) -> bool {
|
||||||
filename
|
filename
|
||||||
.chars()
|
.chars()
|
||||||
.next_back()
|
.next_back()
|
||||||
|
|
Loading…
Add table
Reference in a new issue