Skip to content

Commit 199fcc5

Browse files
JRRudy1davidhewitt
authored andcommitted
Added necessary "gil-refs" feature gate to the nalgebra-specific PyArray impl block.
1 parent ab8cc52 commit 199fcc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ impl<T: Element, D: Dimension> PyArray<T, D> {
923923
}
924924

925925
#[cfg(feature = "nalgebra")]
926+
#[cfg(feature = "gil-refs")]
926927
impl<N, D> PyArray<N, D>
927928
where
928929
N: nalgebra::Scalar + Element,

0 commit comments

Comments
 (0)