Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs/src/vfs_path.rs')
| -rw-r--r-- | crates/vfs/src/vfs_path.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/vfs/src/vfs_path.rs b/crates/vfs/src/vfs_path.rs index 2d3fb9d88c..92a49e0793 100644 --- a/crates/vfs/src/vfs_path.rs +++ b/crates/vfs/src/vfs_path.rs @@ -384,8 +384,7 @@ impl VirtualPath { /// /// # Returns /// - `None` if `self` ends with `"//"`. - /// - `Some((name, None))` if `self`'s base contains no `.`, or only one `.` at - /// the start. + /// - `Some((name, None))` if `self`'s base contains no `.`, or only one `.` at the start. /// - `Some((name, Some(extension))` else. /// /// # Note |