From ae5cf98dfe1601fe89687d14230c10c1fe15637d Mon Sep 17 00:00:00 2001 From: rzvxa <3788964+rzvxa@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:06:30 +0330 Subject: [PATCH] Apply suggestions from code review Co-authored-by: overlookmotel --- tasks/ast_tools/src/generators/ast_builder.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/ast_tools/src/generators/ast_builder.rs b/tasks/ast_tools/src/generators/ast_builder.rs index 4391ae148707e1..28366b1ec780ce 100644 --- a/tasks/ast_tools/src/generators/ast_builder.rs +++ b/tasks/ast_tools/src/generators/ast_builder.rs @@ -47,8 +47,8 @@ impl Generator for AstBuilderGenerator { clippy::fn_params_excessive_bools, )] - ///@@line_break - use oxc_allocator::{Allocator, Box, IntoIn, Vec}; + ///@@line_break + use oxc_allocator::{Allocator, Box, IntoIn, Vec}; ///@@line_break #[allow(clippy::wildcard_imports)] @@ -59,7 +59,7 @@ impl Generator for AstBuilderGenerator { #[derive(Clone, Copy)] pub struct AstBuilder<'a> { pub allocator: &'a Allocator, - } + } ///@@line_break impl<'a> AstBuilder<'a> {