mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-26 22:44:38 +00:00
remove Mode from codegen root
This commit is contained in:
parent
8d39d5362b
commit
4de373551e
2 changed files with 2 additions and 3 deletions
|
@ -13,4 +13,4 @@ pub mod error;
|
|||
pub mod ir;
|
||||
pub mod symboltable;
|
||||
|
||||
pub use compile::{CompileOpts, Mode};
|
||||
pub use compile::CompileOpts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue