perf: Drop normalized_components
slightly sooner when not using it
This commit is contained in:
parent
efbea6f747
commit
753eedb3a7
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ pub(crate) fn path_to_string<T: AsRef<Path>>(path: T) -> String {
|
|||
if recreate {
|
||||
normalized_components.join("/")
|
||||
} else {
|
||||
drop(normalized_components);
|
||||
let original = original.unwrap();
|
||||
if !original.starts_with('/') {
|
||||
let mut slash_original = String::with_capacity(original.len() + 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue