Skip to content

Commit aa181be

Browse files
committed
cargo fmt
1 parent 5117a9e commit aa181be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ mod par_either;
109109

110110
mod compile_fail;
111111

112-
pub use rayon_core::{current_num_threads, current_thread_index};
113112
pub use rayon_core::FnContext;
114113
pub use rayon_core::ThreadPool;
115114
pub use rayon_core::ThreadPoolBuildError;
116115
pub use rayon_core::ThreadPoolBuilder;
116+
pub use rayon_core::{current_num_threads, current_thread_index};
117117
pub use rayon_core::{join, join_context};
118118
pub use rayon_core::{scope, Scope};
119119
pub use rayon_core::{scope_fifo, ScopeFifo};

0 commit comments

Comments
 (0)