mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: allow transmute annotations (#7494)
This commit is contained in:
@ -261,7 +261,7 @@ impl Command {
|
||||
_ => return Ok(()),
|
||||
};
|
||||
if let Some(unwind_stage) = &unwind_stage {
|
||||
assert_eq!(exec_stage.type_id(), unwind_stage.type_id());
|
||||
assert_eq!((*exec_stage).type_id(), (**unwind_stage).type_id());
|
||||
}
|
||||
|
||||
let checkpoint = provider_rw.get_stage_checkpoint(exec_stage.id())?.unwrap_or_default();
|
||||
|
||||
Reference in New Issue
Block a user