Add the missing export

This commit is contained in:
Rodolphe Bréard 2024-10-30 22:25:27 +01:00
parent 1431af6f51
commit c6dacfcf22

View file

@ -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;