Skip to content

Commit 04524d0

Browse files
Use stdlib HashSet
1 parent e2dfdb2 commit 04524d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vm/src/hint_processor/builtin_hint_processor/hint_utils.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
use hashbrown::HashSet;
2-
3-
use crate::stdlib::{boxed::Box, collections::HashMap, prelude::*};
1+
use crate::stdlib::{
2+
boxed::Box,
3+
collections::{HashMap, HashSet},
4+
prelude::*,
5+
};
46

57
use crate::Felt252;
68

0 commit comments

Comments
 (0)