Skip to content

Commit

Permalink
Rollup merge of rust-lang#90371 - Veykril:patch-2, r=jyn514
Browse files Browse the repository at this point in the history
Fix incorrect doc link

Looks like a copy paste mistake
  • Loading branch information
matthiaskrgr authored Oct 30, 2021
2 parents b594127 + 29a4e4a commit ec778f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ impl str {
/// If the pattern allows a reverse search but its results might differ
/// from a forward search, the [`rmatch_indices`] method can be used.
///
/// [`rmatch_indices`]: str::match_indices
/// [`rmatch_indices`]: str::rmatch_indices
///
/// # Examples
///
Expand Down

0 comments on commit ec778f2

Please sign in to comment.