We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d50e37 commit 3d70acdCopy full SHA for 3d70acd
1 file changed
tests/cli_errors.rs
@@ -29,7 +29,7 @@ use std::{collections::BTreeSet, path::Path};
29
#[cfg(windows)]
30
fn test_path_join_absolute() {
31
let path = std::path::PathBuf::from(".").join("C:\\");
32
- dbg!(path);
+ dbg!(&path);
33
assert_eq!(path, std::path::PathBuf::from("C:\\"));
34
}
35
0 commit comments