Skip to content

Commit

Permalink
fixup! fixup! Path::join(): treat '..' at root as valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Dec 1, 2022
1 parent 88e10ca commit db17e64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit db17e64

Please sign in to comment.