Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: overlookmotel <theoverlookmotel@gmail.com>
  • Loading branch information
rzvxa and overlookmotel committed Sep 3, 2024
1 parent c870184 commit ae5cf98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/ast_tools/src/generators/ast_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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> {
Expand Down

0 comments on commit ae5cf98

Please sign in to comment.