Skip to content

Commit

Permalink
Update ids.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-M-V authored Nov 28, 2022
1 parent a649c7a commit 85619ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ struct CairoStruct {
}

#[pyclass(unsendable)]
pub struct PyTypedId {
pub(crate) struct PyTypedId {
vm: Rc<RefCell<VirtualMachine>>,
pub hint_value: Relocatable,
cairo_type: String,
Expand Down

0 comments on commit 85619ee

Please sign in to comment.