mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-23 21:18:20 +00:00
Use ahash in the compiler
This commit is contained in:
parent
64fa9ccba9
commit
a0790d4906
5 changed files with 14 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
use indexmap::IndexSet;
|
||||
use crate::IndexSet;
|
||||
use rustpython_bytecode::{CodeFlags, CodeObject, ConstantData, Instruction, Label, Location};
|
||||
|
||||
pub type BlockIdx = Label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue