style: tidying
This commit is contained in:
parent
d95fcc83b9
commit
fd91404ab0
7 changed files with 15 additions and 16 deletions
|
|
@ -405,7 +405,7 @@ impl Loader {
|
|||
let mut paths_to_check = vec![parser_path.clone()];
|
||||
|
||||
if let Some(scanner_path) = scanner_path.as_ref() {
|
||||
paths_to_check.push(scanner_path.to_path_buf());
|
||||
paths_to_check.push(scanner_path.clone());
|
||||
}
|
||||
|
||||
paths_to_check.extend(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue