diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/mod.rs b/src/util/mod.rs index 78c7bedf..05914b04 100644 --- a/src/util/mod.rs +++ b/src/util/mod.rs @@ -140,7 +140,6 @@ impl PathExt for Path { match component { Component::CurDir => {} Component::ParentDir => match out.components().next_back() { - Some(Component::RootDir) => {} Some(Component::Normal(_)) => { out.pop(); } |
