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.
1 parent 13cae0a commit 6ff2284Copy full SHA for 6ff2284
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