Skip to content

Commit

Permalink
chore: remove unused from_box_ast generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jul 8, 2024
1 parent 1da884f commit 30f1b17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
17 changes: 0 additions & 17 deletions tasks/ast_codegen/src/generators/from_box_ast.rs

This file was deleted.

2 changes: 0 additions & 2 deletions tasks/ast_codegen/src/generators/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mod ast;
mod ast_builder;
mod ast_kind;
mod from_box_ast;
mod impl_get_span;
mod visit;

Expand Down Expand Up @@ -44,6 +43,5 @@ pub(crate) use insert;
pub use ast::AstGenerator;
pub use ast_builder::AstBuilderGenerator;
pub use ast_kind::AstKindGenerator;
pub use from_box_ast::FromBoxAstGenerator;
pub use impl_get_span::ImplGetSpanGenerator;
pub use visit::VisitGenerator;

0 comments on commit 30f1b17

Please sign in to comment.