Skip to content

Commit

Permalink
fix: update output.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Aug 7, 2024
1 parent 55fb503 commit a523308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/oxc_ast/src/generated/derive_clone_in.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Auto-generated code, DO NOT EDIT DIRECTLY!
// To edit this generated file you have to edit `tasks/ast_codegen/src/generators/derive_clone_in.rs`

use crate::ast::*;
use oxc_allocator::{Allocator, CloneIn};

use crate::ast::*;

impl<'alloc> CloneIn<'alloc> for BooleanLiteral {
type Cloned = BooleanLiteral;
fn clone_in(&self, alloc: &'alloc Allocator) -> Self::Cloned {
Expand Down

0 comments on commit a523308

Please sign in to comment.