mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Fix URL for rmatches
This commit is contained in:
parent
fb7e6d078d
commit
0169ce968c
@ -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…
Reference in New Issue
Block a user