mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
Merge pull request #107 from m-spitfire/fix-unparse
fix(ast): make unparse module public
This commit is contained in:
commit
6a2aa264b1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue