mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
fix: ignore clippy lint
This commit is contained in:
parent
7eed9abb3d
commit
2f392a79e8
@ -63,6 +63,7 @@ macro_rules! regex_find_placeholders {
|
||||
// and if we didn't, generate a placeholder for it
|
||||
for address in REGEX.find_iter($input) {
|
||||
if !$replacements.contains_key(address.as_str()) {
|
||||
#[allow(clippy::redundant_closure_call)]
|
||||
$replacements.insert(address.as_str().to_owned(), $create_placeholder(counter));
|
||||
counter += 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user