Skip to content

Commit 7c70c70

Browse files
JRRudy1davidhewitt
authored andcommitted
Added PyClone to the crate's root namespace.
1 parent 56f6795 commit 7c70c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub use crate::convert::{IntoPyArray, NpyIndex, ToNpyDims, ToPyArray};
114114
#[cfg(feature = "gil-refs")]
115115
pub use crate::dtype::dtype;
116116
pub use crate::dtype::{
117-
dtype_bound, Complex32, Complex64, Element, PyArrayDescr, PyArrayDescrMethods,
117+
dtype_bound, Complex32, Complex64, Element, PyArrayDescr, PyArrayDescrMethods, PyClone,
118118
};
119119
pub use crate::error::{BorrowError, FromVecError, NotContiguousError};
120120
pub use crate::npyffi::{PY_ARRAY_API, PY_UFUNC_API};

0 commit comments

Comments
 (0)