Skip to content

Commit b1fccf3

Browse files
committed
parallel: pub export ndarray
1 parent ce7a91d commit b1fccf3

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)