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
commit 86087f906d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1663,7 +1663,7 @@ impl str {
/// 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
///