Skip to content

Commit 251d4af

Browse files
committed
Make Dylint happy
1 parent ee0d4d4 commit 251d4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/globstar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use tempfile::tempdir;
66
#[test]
77
fn globstar() {
88
let tempdir = tempdir().unwrap();
9-
copy_into("fixtures/globstar", tempdir.path()).unwrap();
9+
copy_into("fixtures/globstar", &tempdir).unwrap();
1010
let path = tempdir.path().join("globstar");
1111

1212
let mut command = Command::cargo_bin("rustdoc-prettier").unwrap();

0 commit comments

Comments
 (0)