Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Sep 10, 2023
1 parent 607e9c8 commit 5a1a3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formatters/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ macro_rules! fmt_op {
$(#[$inner])*
$enum::$operator(token) => $enum::$operator(fmt_symbol!($ctx, token, $output, $shape)),
)+
#[allow(clippy::redundant_closure_call)]
other => $other(other),
}
};
Expand Down

0 comments on commit 5a1a3c9

Please sign in to comment.