Skip to content

Commit 93afcb4

Browse files
committed
Fix clippy lint that only appears on Windows
1 parent a9e83a2 commit 93afcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/volta_bypass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn shim_skips_platform_checks_on_bypass() {
2525

2626
#[cfg(windows)]
2727
assert_that!(
28-
s.process(&shim_exe()),
28+
s.process(shim_exe()),
2929
execs()
3030
.with_status(ExitCode::UnknownError as i32)
3131
.with_stderr_contains("[..]is not recognized as an internal or external command[..]")

0 commit comments

Comments
 (0)