mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-19 19:15:43 +00:00
rustpython-bytecode -> rustpython-compiler-core
This commit is contained in:
parent
acde8bb625
commit
c16e650071
7 changed files with 18 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
use num_bigint::BigInt;
|
||||
pub use rustpython_bytecode::ConversionFlag;
|
||||
pub use rustpython_compiler_core::ConversionFlag;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Constant {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue