mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +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::fold::Fold;
|
||||
use crate::{constant, fold::Fold};
|
||||
|
||||
pub(crate) trait Foldable<T, U> {
|
||||
type Mapped;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue