summaryrefslogtreecommitdiffstats
path: root/src/core/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/util.rs')
-rw-r--r--src/core/src/util.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/src/util.rs b/src/core/src/util.rs
index 9591d21..1ebb0ea 100644
--- a/src/core/src/util.rs
+++ b/src/core/src/util.rs
@@ -26,6 +26,7 @@ macro_rules! select {
}
#[macro_export]
+#[allow(clippy::redundant_closure_call)]
macro_rules! first {
($first: expr, $($arg:expr),*) => {
if $first().is_some() {