Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit eb818e2

Browse files
committed
Revert unparse
1 parent 53bef1a commit eb818e2

File tree

2 files changed

+536
-0
lines changed

2 files changed

+536
-0
lines changed

compiler/ast/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ mod constant;
33
#[cfg(feature = "fold")]
44
mod fold_helpers;
55
mod impls;
6+
#[cfg(feature = "unparse")]
7+
mod unparse;
68

79
pub use ast_gen::*;
810

0 commit comments

Comments
 (0)