chore: Box<str>'s & doesn't auto-deref
This commit is contained in:
parent
0b896a9071
commit
124ed1bac3
1 changed files with 1 additions and 1 deletions
|
@ -2181,7 +2181,7 @@ mod test {
|
||||||
path.push(".");
|
path.push(".");
|
||||||
path.push("system32");
|
path.push("system32");
|
||||||
let path_str = super::path_to_string(&path);
|
let path_str = super::path_to_string(&path);
|
||||||
assert_eq!(&path_str, "windows/system32");
|
assert_eq!(&*path_str, "windows/system32");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Reference in a new issue