mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-14 16:45:25 +00:00
Merge pull request #4345 from coolreader18/tidy-derive
Clean up derive impl a bit
This commit is contained in:
commit
aeb068d2f1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
use rustpython_codegen::{compile, symboltable};
|
use rustpython_codegen::{compile, symboltable};
|
||||||
use rustpython_compiler_core::CodeObject;
|
|
||||||
use rustpython_parser::{
|
use rustpython_parser::{
|
||||||
ast::{fold::Fold, ConstantOptimizer},
|
ast::{fold::Fold, ConstantOptimizer},
|
||||||
error::ParseErrorType,
|
error::ParseErrorType,
|
||||||
|
@ -7,6 +6,7 @@ use rustpython_parser::{
|
||||||
};
|
};
|
||||||
|
|
||||||
pub use rustpython_codegen::compile::CompileOpts;
|
pub use rustpython_codegen::compile::CompileOpts;
|
||||||
|
pub use rustpython_compiler_core::CodeObject;
|
||||||
pub use rustpython_compiler_core::{BaseError as CompileErrorBody, Mode};
|
pub use rustpython_compiler_core::{BaseError as CompileErrorBody, Mode};
|
||||||
|
|
||||||
#[derive(Debug, thiserror::Error)]
|
#[derive(Debug, thiserror::Error)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue