Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn committed Oct 19, 2023
1 parent cc6ebe1 commit d6234f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ pub fn transactions_len(
/// '__dict_manager': __dict_manager,
/// })
pub fn enter_syscall_scopes(
vm: &mut VirtualMachine,
exec_scopes: &mut ExecutionScopes,
_vm: &mut VirtualMachine,
_exec_scopes: &mut ExecutionScopes,
_ids_data: &HashMap<String, HintReference>,
_ap_tracking: &ApTracking,
_constants: &HashMap<String, Felt252>,
Expand Down

0 comments on commit d6234f2

Please sign in to comment.