Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: removes clippy macro, not needed (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Sep 7, 2022
1 parent 8af046c commit 52f54e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xtask/bench/src/features/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub fn run_format(root: &JsSyntaxNode, source_type: SourceType) -> Printed {
print_diff(stats, dhat::HeapStats::get());
}

#[allow(clippy::let_and_return)]
printed
}

Expand Down

0 comments on commit 52f54e8

Please sign in to comment.