mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-23 10:32:25 +00:00
remove Mode from codegen root
This commit is contained in:
parent
bfe4795b6c
commit
a414677892
1 changed files with 1 additions and 2 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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue