remove commented line
This commit is contained in:
parent
dc7fe72f18
commit
f0a31f86c7
1 changed files with 0 additions and 2 deletions
|
@ -198,8 +198,6 @@ fn distance_between_paths(path: &Path, relative_to: &Path) -> usize {
|
||||||
let mut path_components = path.components();
|
let mut path_components = path.components();
|
||||||
let mut relative_components = relative_to.components();
|
let mut relative_components = relative_to.components();
|
||||||
|
|
||||||
// while path_components.next() == relative_components.next() {}
|
|
||||||
|
|
||||||
while path_components
|
while path_components
|
||||||
.next()
|
.next()
|
||||||
.zip(relative_components.next())
|
.zip(relative_components.next())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue