Merge pull request #107 from m-spitfire/fix-unparse

fix(ast): make unparse module public
This commit is contained in:
Jeong, YunWon 2024-05-10 14:10:32 +09:00 committed by GitHub
commit 6a2aa264b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;