Skip to content

Commit 07bf55f

Browse files
ignore another test that fails on windows
1 parent 5741189 commit 07bf55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vfs/src/vfs_path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl VfsPath {
5959
///
6060
/// # Example
6161
///
62-
/// ```
62+
/// ```ignore
6363
/// # use vfs::{AbsPathBuf, VfsPath};
6464
/// let mut path = VfsPath::from(AbsPathBuf::assert("/foo/bar".into()));
6565
/// assert!(path.pop());

0 commit comments

Comments
 (0)