remove spurious Into instance
This commit is contained in:
@@ -250,15 +250,6 @@ enum IntIndex {
|
|||||||
External(usize), Fail, Internal(usize)
|
External(usize), Fail, Internal(usize)
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Into<usize> for IntIndex {
|
|
||||||
fn into(self) -> usize {
|
|
||||||
match self {
|
|
||||||
IntIndex::Internal(i) => i,
|
|
||||||
_ => 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
struct CodeOffsets {
|
struct CodeOffsets {
|
||||||
constants: HashMap<Constant, ThirdLevelIndex>,
|
constants: HashMap<Constant, ThirdLevelIndex>,
|
||||||
lists: ThirdLevelIndex,
|
lists: ThirdLevelIndex,
|
||||||
|
|||||||
Reference in New Issue
Block a user