We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from_box_ast
1 parent 16c9d1a commit 0e33504Copy full SHA for 0e33504
tasks/ast_codegen/src/generators/from_box_ast.rs
tasks/ast_codegen/src/generators/mod.rs
@@ -1,7 +1,6 @@
1
mod ast;
2
mod ast_builder;
3
mod ast_kind;
4
-mod from_box_ast;
5
mod impl_get_span;
6
mod visit;
7
@@ -44,6 +43,5 @@ pub(crate) use insert;
44
43
pub use ast::AstGenerator;
45
pub use ast_builder::AstBuilderGenerator;
46
pub use ast_kind::AstKindGenerator;
47
-pub use from_box_ast::FromBoxAstGenerator;
48
pub use impl_get_span::ImplGetSpanGenerator;
49
pub use visit::VisitGenerator;
0 commit comments