Skip to content

Commit 6a2aa26

Browse files
authored
Merge pull request #107 from m-spitfire/fix-unparse
fix(ast): make unparse module public
2 parents a95045b + 6ff2284 commit 6a2aa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod generic;
2020
mod impls;
2121
mod ranged;
2222
#[cfg(feature = "unparse")]
23-
mod unparse;
23+
pub mod unparse;
2424

2525
#[cfg(feature = "malachite-bigint")]
2626
pub use malachite_bigint as bigint;

0 commit comments

Comments
 (0)