Skip to content

Commit

Permalink
update dict docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Oct 16, 2024
1 parent 2b98e9a commit 89178e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/src/hint_processor/cairo_1_hint_processor/dict_manager.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Most of the structs and implementations of these Dictionaries are based on the `cairo-lang-runner` crate.
// Reference: https://github.com/starkware-libs/cairo/blob/main/crates/cairo-lang-runner/src/casm_run/dict_manager.rs

use num_traits::One;

use crate::stdlib::collections::HashMap;
Expand Down

0 comments on commit 89178e8

Please sign in to comment.