mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-25 22:14:25 +00:00
Break down rustpython_parser::error module
because it doesn't share any common errors but specific error for each sub module
This commit is contained in:
parent
2a8aa6f308
commit
1511b6631b
7 changed files with 338 additions and 345 deletions
|
@ -124,7 +124,6 @@
|
|||
extern crate log;
|
||||
pub use rustpython_ast as ast;
|
||||
|
||||
pub mod error;
|
||||
mod function;
|
||||
pub mod lexer;
|
||||
pub mod mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue