feat: 1.13.15, make clippy happy

This commit is contained in:
2025-06-29 23:23:19 +08:00
parent d272904357
commit 6bd4d0ba57
16 changed files with 69 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ impl Command for CommandImpl {
fn run(&self, _arg_matches: &ArgMatches, sub_arg_matches: &ArgMatches) -> CommandError {
let json_output = cmdutil::check_json_output(sub_arg_matches);
if let Err(_) = which::which("swift-secure-enclave-tool") {
if which::which("swift-secure-enclave-tool").is_err() {
failure!("Secure Enclave tool not found.");
}