feat: 1.13.15, make clippy happy
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user