1
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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