ignore doc test that only fails on windows

This commit is contained in:
BenjaminBrienen 2025-02-27 15:57:08 +01:00
parent df903a55dd
commit 0404156654

View file

@ -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();