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 ee0d4d4 commit 251d4afCopy full SHA for 251d4af
tests/globstar.rs
@@ -6,7 +6,7 @@ use tempfile::tempdir;
6
#[test]
7
fn globstar() {
8
let tempdir = tempdir().unwrap();
9
- copy_into("fixtures/globstar", tempdir.path()).unwrap();
+ copy_into("fixtures/globstar", &tempdir).unwrap();
10
let path = tempdir.path().join("globstar");
11
12
let mut command = Command::cargo_bin("rustdoc-prettier").unwrap();
0 commit comments