fix: suppress unused variable warning in run function error handling

This commit is contained in:
2026-03-12 00:51:37 -05:00
parent d434e79a76
commit fed3285db3
+1 -1
View File
@@ -3948,7 +3948,7 @@ pub fn run(cli: Cli) -> Result<()> {
},
) {
Ok(plan) => plan,
Err(err)
Err(_err)
if maybe_prompt_to_skip_tests_for_missing_requested_deps(
&mut pkg_spec,
&missing_test,