clippy
This commit is contained in:
parent
afcc1f491e
commit
73edd0a4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ fn get_directories(
|
|||
let entry = entry?;
|
||||
if entry.metadata()?.is_dir() {
|
||||
// Skip dot directories
|
||||
if entry.file_name().starts_with(".") {
|
||||
if entry.file_name().starts_with('.') {
|
||||
continue;
|
||||
}
|
||||
let p = match &relative_to {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue