Skip to content

Commit 85619ee

Browse files
authored
Update ids.rs
1 parent a649c7a commit 85619ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ids.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct CairoStruct {
166166
}
167167

168168
#[pyclass(unsendable)]
169-
pub struct PyTypedId {
169+
pub(crate) struct PyTypedId {
170170
vm: Rc<RefCell<VirtualMachine>>,
171171
pub hint_value: Relocatable,
172172
cairo_type: String,

0 commit comments

Comments
 (0)