Skip to content

Commit d780b85

Browse files
rzvxaBoshen
authored andcommitted
chore: remove unused from_box_ast generator.
1 parent e99185c commit d780b85

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

tasks/ast_codegen/src/generators/from_box_ast.rs

-17
This file was deleted.

tasks/ast_codegen/src/generators/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mod ast;
22
mod ast_builder;
33
mod ast_kind;
4-
mod from_box_ast;
54
mod impl_get_span;
65
mod visit;
76

@@ -44,6 +43,5 @@ pub(crate) use insert;
4443
pub use ast::AstGenerator;
4544
pub use ast_builder::AstBuilderGenerator;
4645
pub use ast_kind::AstKindGenerator;
47-
pub use from_box_ast::FromBoxAstGenerator;
4846
pub use impl_get_span::ImplGetSpanGenerator;
4947
pub use visit::VisitGenerator;

0 commit comments

Comments
 (0)