Fixed new Clippy Warnings
This commit is contained in:
parent
24caeaac27
commit
d59adf0990
1 changed files with 1 additions and 1 deletions
|
@ -1301,7 +1301,7 @@ fn path_to_string(path: &std::path::Path) -> String {
|
|||
if !path_str.is_empty() {
|
||||
path_str.push('/');
|
||||
}
|
||||
path_str.push_str(&*os_str.to_string_lossy());
|
||||
path_str.push_str(&os_str.to_string_lossy());
|
||||
}
|
||||
}
|
||||
path_str
|
||||
|
|
Loading…
Add table
Reference in a new issue