We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcc529 commit 4b05393Copy full SHA for 4b05393
src/npyffi/array.rs
@@ -26,7 +26,7 @@ pub struct PyArrayModule<'py> {
26
}
27
28
#[allow(non_upper_case_globals)]
29
-pub static mut PyArray_Type_Ptr: *mut PyTypeObject = null_mut();
+pub(crate) static mut PyArray_Type_Ptr: *mut PyTypeObject = null_mut();
30
31
impl<'py> Deref for PyArrayModule<'py> {
32
type Target = PyModule;
0 commit comments