Skip to content

Commit 62804bc

Browse files
authored
doc: remove misleading comment in 'new_dict' (#1914)
1 parent 259487e commit 62804bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/hint_processor/builtin_hint_processor/dict_manager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ impl DictManager {
6464
}
6565
//Creates a new Cairo dictionary. The values of initial_dict can be integers, tuples or
6666
//lists. See MemorySegments.gen_arg().
67-
//For now, no initial dict will be processed (Assumes initial_dict = None)
6867
pub fn new_dict(
6968
&mut self,
7069
vm: &mut VirtualMachine,

0 commit comments

Comments
 (0)