File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ use std::path::*;
27
27
///
28
28
/// assert_eq!(diff_paths("/foo/bar", "baz"), Some("/foo/bar".into()));
29
29
/// assert_eq!(diff_paths("/foo/bar", "/baz"), Some("../foo/bar".into()));
30
- /// assert_eq!(diff_paths("baz", "/foo/bar"), None);
31
30
/// assert_eq!(diff_paths("foo", "bar"), Some("../foo".into()));
32
31
///
33
32
/// assert_eq!(
@@ -105,7 +104,6 @@ mod utf8_paths {
105
104
///
106
105
/// assert_eq!(diff_utf8_paths("/foo/bar", "baz"), Some("/foo/bar".into()));
107
106
/// assert_eq!(diff_utf8_paths("/foo/bar", "/baz"), Some("../foo/bar".into()));
108
- /// assert_eq!(diff_utf8_paths("baz", "/foo/bar"), None);
109
107
/// assert_eq!(diff_utf8_paths("foo", "bar"), Some("../foo".into()));
110
108
///
111
109
/// assert_eq!(
You can’t perform that action at this time.
0 commit comments