Fix clippy warnings (#2336)

This commit is contained in:
Christian Poveda Ruiz
2022-11-04 15:41:49 -05:00
committed by GitHub
parent fc6c702695
commit 9bd0eb16d0
+1 -1
View File
@@ -1097,7 +1097,7 @@ where
if let Some(abi_overrides) = matches.values_of("override-abi") {
for abi_override in abi_overrides {
let (regex, abi_str) = abi_override
.rsplit_once("=")
.rsplit_once('=')
.expect("Invalid ABI override: Missing `=`");
let abi = abi_str
.parse()