Skip to content

Commit c79b74a

Browse files
committed
Unusex execution scopes
1 parent 09a4b49 commit c79b74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/dry_hint_processor/src/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl CustomHintProcessor {
4343
pub fn hint_save_output_preimage(
4444
&mut self,
4545
vm: &mut VirtualMachine,
46-
exec_scopes: &mut ExecutionScopes,
46+
_exec_scopes: &mut ExecutionScopes,
4747
hint_data: &HintProcessorData,
4848
_constants: &HashMap<String, Felt252>,
4949
) -> Result<(), HintError> {

0 commit comments

Comments
 (0)