diff --git a/src/sharedref.rs b/src/sharedref.rs index 94ed08c7..c207a5f2 100644 --- a/src/sharedref.rs +++ b/src/sharedref.rs @@ -54,7 +54,7 @@ use crate::python::{PyClone, Python}; /// } /// }); /// -/// py_class!(class ListIterator |py| { +/// py_class!(pub class ListIterator |py| { /// data rust_iter: RefCell>>; /// /// def __next__(&self) -> PyResult> {