mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
ignore another test that fails on windows
This commit is contained in:
parent
5741189750
commit
07bf55f017
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ impl VfsPath {
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```ignore
|
||||||
/// # use vfs::{AbsPathBuf, VfsPath};
|
/// # use vfs::{AbsPathBuf, VfsPath};
|
||||||
/// let mut path = VfsPath::from(AbsPathBuf::assert("/foo/bar".into()));
|
/// let mut path = VfsPath::from(AbsPathBuf::assert("/foo/bar".into()));
|
||||||
/// assert!(path.pop());
|
/// assert!(path.pop());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue