We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a4b49 commit c79b74aCopy full SHA for c79b74a
crates/dry_hint_processor/src/output.rs
@@ -43,7 +43,7 @@ impl CustomHintProcessor {
43
pub fn hint_save_output_preimage(
44
&mut self,
45
vm: &mut VirtualMachine,
46
- exec_scopes: &mut ExecutionScopes,
+ _exec_scopes: &mut ExecutionScopes,
47
hint_data: &HintProcessorData,
48
_constants: &HashMap<String, Felt252>,
49
) -> Result<(), HintError> {
0 commit comments