mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-31 00:44:19 +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
|
@ -1,5 +1,4 @@
|
||||||
use crate::constant;
|
use crate::{constant, fold::Fold};
|
||||||
use crate::fold::Fold;
|
|
||||||
|
|
||||||
pub(crate) trait Foldable<T, U> {
|
pub(crate) trait Foldable<T, U> {
|
||||||
type Mapped;
|
type Mapped;
|
||||||
|
|
|
@ -13,4 +13,4 @@ pub mod error;
|
||||||
pub mod ir;
|
pub mod ir;
|
||||||
pub mod symboltable;
|
pub mod symboltable;
|
||||||
|
|
||||||
pub use compile::{CompileOpts, Mode};
|
pub use compile::CompileOpts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue