diff --git a/src/path.rs b/src/path.rs index 1fc8e5a..5accb49 100644 --- a/src/path.rs +++ b/src/path.rs @@ -546,8 +546,6 @@ impl VfsPath { /// Returns the parent path of this portion of this path /// - /// Returns `None` if this is a root path - /// /// ``` /// # use std::io::Read; /// use vfs::{MemoryFS, VfsError, VfsFileType, VfsMetadata, VfsPath};