Skip to content

Commit 0404156

Browse files
ignore doc test that only fails on windows
1 parent df903a5 commit 0404156

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/paths/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/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)