Rollup merge of #90371 - Veykril:patch-2, r=jyn514

Fix incorrect doc link

Looks like a copy paste mistake
This commit is contained in:
Matthias Krüger
2021-10-30 14:36:59 +02:00
committed by GitHub
+1 -1
View File
@@ -1663,7 +1663,7 @@ pub fn rmatches<'a, P>(&'a self, pat: P) -> RMatches<'a, P>
/// 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
///