mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 22:04:50 +00:00
Remove CompileError
This commit is contained in:
parent
6b60f85cc4
commit
13d6e275ef
3 changed files with 2 additions and 58 deletions
|
@ -8,6 +8,6 @@ pub mod marshal;
|
|||
mod mode;
|
||||
|
||||
pub use bytecode::*;
|
||||
pub use error::{BaseError, CompileError};
|
||||
pub use error::BaseError;
|
||||
pub use location::Location;
|
||||
pub use mode::Mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue