Rollup merge of #114109 - veera-sivarajan:fix-str-docs, r=GuillaumeGomez

Docs: Fix URL for `rmatches`

This PR fixes a link to `str::rmatches()` by pointing it to the correct URL.
This commit is contained in:
Guillaume Gomez 2023-07-27 16:05:14 +02:00 committed by GitHub
commit eb1f1a4cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
///