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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/vfs/src/vfs_path.rs b/crates/vfs/src/vfs_path.rs index c4ecc9bb05..668c7320d4 100644 --- a/crates/vfs/src/vfs_path.rs +++ b/crates/vfs/src/vfs_path.rs @@ -267,7 +267,6 @@ mod windows_paths { #[cfg(test)] fn vfs(str: &str) -> super::VfsPath { use super::{AbsPathBuf, VfsPath}; - use std::convert::TryFrom; VfsPath::from(AbsPathBuf::try_from(str).unwrap()) } } |