mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-23 04:55:25 +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::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