Skip to content

Commit 6a277ba

Browse files
committed
parallel: pub export ndarray
1 parent 7f1cafa commit 6a277ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parallel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
//! ```
9595
9696

97-
extern crate ndarray;
97+
pub extern crate ndarray;
9898
pub extern crate rayon;
9999

100100
/// Into- traits for creating parallelized iterators.

0 commit comments

Comments
 (0)