fix post-merge
This commit is contained in:
parent
b51bdfaf12
commit
613ef5b1fe
|
@ -292,6 +292,7 @@ impl Instruction {
|
|||
Instruction::Drain { .. } => None,
|
||||
Instruction::LoadVariable { dst, .. } => Some(dst),
|
||||
Instruction::StoreVariable { .. } => None,
|
||||
Instruction::DropVariable { .. } => None,
|
||||
Instruction::LoadEnv { dst, .. } => Some(dst),
|
||||
Instruction::LoadEnvOpt { dst, .. } => Some(dst),
|
||||
Instruction::StoreEnv { .. } => None,
|
||||
|
|
Loading…
Reference in New Issue
Block a user