Skip to content

Commit ac05898

Browse files
committed
Fix deprecated warning
1 parent f67f99a commit ac05898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/nvcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ pub fn generate_compile_commands(
386386
.prefix("sccache_nvcc")
387387
.tempdir()
388388
.unwrap()
389-
.into_path();
389+
.keep();
390390

391391
let mut arguments = vec![];
392392

0 commit comments

Comments
 (0)