diff --git a/ast/src/lib.rs b/ast/src/lib.rs index 4e5d3715..143fac1c 100644 --- a/ast/src/lib.rs +++ b/ast/src/lib.rs @@ -20,7 +20,7 @@ mod generic; mod impls; mod ranged; #[cfg(feature = "unparse")] -mod unparse; +pub mod unparse; #[cfg(feature = "malachite-bigint")] pub use malachite_bigint as bigint;