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 30, 2023
1 parent e30fa06 commit e4dbbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions full-moon/src/ast/parser_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ macro_rules! define_parser {
) -> Result<(ParserState<'a>, $node), InternalAstError> {
#[cfg(feature = "stacker")]
if true {
#[allow(clippy::redundant_closure_call)]
return stacker::maybe_grow(32 * 1024, 1024 * 1024, || $body(self, state));
}

Expand Down

0 comments on commit e4dbbcd

Please sign in to comment.