ignore doc test that only fails on windows
This commit is contained in:
parent
df903a55dd
commit
0404156654
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ impl AbsPath {
|
|||
/// - Removes trailing slashes: `/a/b/` becomes `/a/b`.
|
||||
///
|
||||
/// # Example
|
||||
/// ```
|
||||
/// ```ignore
|
||||
/// # use paths::AbsPathBuf;
|
||||
/// let abs_path_buf = AbsPathBuf::assert("/a/../../b/.//c//".into());
|
||||
/// let normalized = abs_path_buf.normalize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue