Fix incorrect doc link

This commit is contained in:
Lukas Wirth
2021-10-28 11:51:00 +02:00
committed by GitHub
parent 4e0d3973fa
commit 29a4e4a009
+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
///