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