Skip to content

Commit

Permalink
remove inconsistent test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jun 12, 2024
1 parent da05c66 commit c31c4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use std::path::*;
///
/// assert_eq!(diff_paths("/foo/bar", "baz"), Some("/foo/bar".into()));
/// assert_eq!(diff_paths("/foo/bar", "/baz"), Some("../foo/bar".into()));
/// assert_eq!(diff_paths("baz", "/foo/bar"), None);
/// assert_eq!(diff_paths("foo", "bar"), Some("../foo".into()));
///
/// assert_eq!(
Expand Down

0 comments on commit c31c4b4

Please sign in to comment.