Skip to content

Commit 5741189

Browse files
ignore doc test that only fails on windows
1 parent b19ef6b commit 5741189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/paths/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl AbsPath {
232232
/// - Removes trailing slashes: `/a/b/` becomes `/a/b`.
233233
///
234234
/// # Example
235-
/// ```
235+
/// ```ignore
236236
/// # use paths::AbsPathBuf;
237237
/// let abs_path_buf = AbsPathBuf::assert("/a/../../b/.//c//".into());
238238
/// let normalized = abs_path_buf.normalize();

0 commit comments

Comments
 (0)