Skip to content

Commit 92f1c0d

Browse files
committed
compile_codegen: fix lint
1 parent fe42c46 commit 92f1c0d

File tree

1 file changed

+1
-1
lines changed
  • crates/spirv-builder/src

1 file changed

+1
-1
lines changed

crates/spirv-builder/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ fn invoke_rustc(builder: &SpirvBuilder) -> Result<PathBuf, SpirvBuilderError> {
953953

954954
let build = cargo
955955
.stderr(Stdio::inherit())
956-
.current_dir(&path_to_crate)
956+
.current_dir(path_to_crate)
957957
.output()
958958
.expect("failed to execute cargo build");
959959

0 commit comments

Comments
 (0)