diff --git a/src/lib.rs b/src/lib.rs index 7b7a580b7..3830be324 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -111,7 +111,7 @@ pub use crate::convert::{IntoPyArray, NpyIndex, ToNpyDims, ToPyArray}; #[cfg(feature = "gil-refs")] pub use crate::dtype::dtype; pub use crate::dtype::{ - dtype_bound, Complex32, Complex64, Element, PyArrayDescr, PyArrayDescrMethods, + dtype_bound, Complex32, Complex64, Element, PyArrayDescr, PyArrayDescrMethods, PyClone, }; pub use crate::error::{BorrowError, FromVecError, NotContiguousError}; pub use crate::npyffi::{PY_ARRAY_API, PY_UFUNC_API};