Skip to content

Commit b35e9d7

Browse files
584: Fix doc links to avoid warning on nightly r=cuviper a=LukasKalbertodt Hi there! - one link was just a typo (incorrect `::*`) - the other one was a wrong intra-link (which are still unstable) I converted the wrong intra-link to a normal one for now. Would be awesome if this can be merged, as `cargo doc` is quite noisy on nightly when you have many dependencies :) Co-authored-by: Lukas Kalbertodt <[email protected]>
2 parents c2150b1 + 2179f45 commit b35e9d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/iter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//! [`ParallelIterator`]: trait.ParallelIterator.html
6666
//! [`IndexedParallelIterator`]: trait.IndexedParallelIterator.html
6767
//! [split]: fn.split.html
68-
//! [plumbing]: plumbing
68+
//! [plumbing]: plumbing/index.html
6969
//!
7070
//! Note: Several of the `ParallelIterator` methods rely on a `Try` trait which
7171
//! has been deliberately obscured from the public API. This trait is intended

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//! parallel implementations of many iterative functions such as [`map`],
4949
//! [`for_each`], [`filter`], [`fold`], and [more].
5050
//!
51-
//! [`rayon::prelude::*`]: prelude/index.html
51+
//! [`rayon::prelude`]: prelude/index.html
5252
//! [`map`]: iter/trait.ParallelIterator.html#method.map
5353
//! [`for_each`]: iter/trait.ParallelIterator.html#method.for_each
5454
//! [`filter`]: iter/trait.ParallelIterator.html#method.filter

0 commit comments

Comments
 (0)