We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a95045b + 6ff2284 commit 6a2aa26Copy full SHA for 6a2aa26
ast/src/lib.rs
@@ -20,7 +20,7 @@ mod generic;
20
mod impls;
21
mod ranged;
22
#[cfg(feature = "unparse")]
23
-mod unparse;
+pub mod unparse;
24
25
#[cfg(feature = "malachite-bigint")]
26
pub use malachite_bigint as bigint;
0 commit comments