Skip to content

Commit

Permalink
Added PyClone to the crate's root namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
JRRudy1 committed Jul 14, 2024
1 parent 212ba28 commit 9425e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 9425e70

Please sign in to comment.