We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e6600 commit 2904a79Copy full SHA for 2904a79
src/lib.rs
@@ -18,7 +18,7 @@
18
//! typically the most efficient.
19
//! - [Parallel iterators][iter module] make it easy to convert a sequential iterator to
20
//! execute in parallel.
21
-//! - The [`ParallelIterator`] trait defines general methods for for all parallel iterators.
+//! - The [`ParallelIterator`] trait defines general methods for all parallel iterators.
22
//! - The [`IndexedParallelIterator`] trait adds methods for iterators that support random
23
//! access.
24
//! - The [`par_sort`] method sorts `&mut [T]` slices (or vectors) in parallel.
0 commit comments