fix(ast): make unparse module public

This commit is contained in:
Murad Bashirov 2023-10-22 15:11:52 +09:00
parent 13cae0af64
commit 6ff2284953

View file

@ -20,7 +20,7 @@ mod generic;
mod impls; mod impls;
mod ranged; mod ranged;
#[cfg(feature = "unparse")] #[cfg(feature = "unparse")]
mod unparse; pub mod unparse;
#[cfg(feature = "malachite-bigint")] #[cfg(feature = "malachite-bigint")]
pub use malachite_bigint as bigint; pub use malachite_bigint as bigint;