Skip to content

Commit

Permalink
Rollup merge of #114109 - veera-sivarajan:fix-str-docs, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Docs: Fix URL for `rmatches`

This PR fixes a link to `str::rmatches()` by pointing it to the correct URL.
  • Loading branch information
GuillaumeGomez authored Jul 27, 2023
2 parents ee54896 + 0169ce9 commit eb1f1a4
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 @@ -1666,7 +1666,7 @@ impl str {
/// If the pattern allows a reverse search but its results might differ
/// from a forward search, the [`rmatches`] method can be used.
///
/// [`rmatches`]: str::matches
/// [`rmatches`]: str::rmatches
///
/// # Examples
///
Expand Down

0 comments on commit eb1f1a4

Please sign in to comment.