Add the missing export
This commit is contained in:
parent
1431af6f51
commit
c6dacfcf22
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
mod rayon;
|
||||
mod single_thread;
|
||||
|
||||
pub use rayon::{rayon, rayon_sorted};
|
||||
pub use rayon::{rayon, rayon_sorted, rayon_sorted_reverse};
|
||||
pub use single_thread::single_thread;
|
||||
|
|
Loading…
Reference in a new issue