File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
//! [`ParallelIterator`]: trait.ParallelIterator.html
66
66
//! [`IndexedParallelIterator`]: trait.IndexedParallelIterator.html
67
67
//! [split]: fn.split.html
68
- //! [plumbing]: plumbing
68
+ //! [plumbing]: plumbing/index.html
69
69
//!
70
70
//! Note: Several of the `ParallelIterator` methods rely on a `Try` trait which
71
71
//! has been deliberately obscured from the public API. This trait is intended
Original file line number Diff line number Diff line change 48
48
//! parallel implementations of many iterative functions such as [`map`],
49
49
//! [`for_each`], [`filter`], [`fold`], and [more].
50
50
//!
51
- //! [`rayon::prelude::* `]: prelude/index.html
51
+ //! [`rayon::prelude`]: prelude/index.html
52
52
//! [`map`]: iter/trait.ParallelIterator.html#method.map
53
53
//! [`for_each`]: iter/trait.ParallelIterator.html#method.for_each
54
54
//! [`filter`]: iter/trait.ParallelIterator.html#method.filter
You can’t perform that action at this time.
0 commit comments