mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Fix errors
This commit is contained in:
parent
240c3c417c
commit
f4ee74dbd4
1 changed files with 0 additions and 6 deletions
|
@ -132,12 +132,6 @@ impl std::fmt::Display for ModeParseError {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
enum EvalContext {
|
||||
Statement,
|
||||
Expression,
|
||||
}
|
||||
|
||||
pub(crate) type Label = usize;
|
||||
|
||||
impl<O> Default for Compiler<O>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue