mirror of
https://github.com/jhspetersson/fselect.git
synced 2024-11-20 17:30:38 +03:00
fix compilation warning
This commit is contained in:
parent
7e77c40b1d
commit
fbcf53d531
@ -302,6 +302,7 @@ fn convert_gitignore_glob(glob: &str, file_path: &Path) -> Result<Regex, Error>
|
||||
pattern.remove(0);
|
||||
}
|
||||
|
||||
#[allow(unused_mut)]
|
||||
let mut file_path_pattern = file_path
|
||||
.to_string_lossy()
|
||||
.to_string()
|
||||
|
Loading…
Reference in New Issue
Block a user