diff --git a/xtask/bench/src/features/formatter.rs b/xtask/bench/src/features/formatter.rs index c74b179166e..c7c9d1e617a 100644 --- a/xtask/bench/src/features/formatter.rs +++ b/xtask/bench/src/features/formatter.rs @@ -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 }