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:
commit
eb1f1a4cc0
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user