]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/str/pattern.rs
Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa
[rust.git] / library / core / src / str / pattern.rs
index 031fb8e8b21fb8f853c859faf75b11ff801a438a..ec2cb429e67bf471bf9117f73796f786136adb46 100644 (file)
@@ -267,7 +267,7 @@ fn next_reject(&mut self) -> Option<(usize, usize)> {
 /// The index ranges returned by this trait are not required
 /// to exactly match those of the forward search in reverse.
 ///
-/// For the reason why this trait is marked unsafe, see them
+/// For the reason why this trait is marked unsafe, see the
 /// parent trait [`Searcher`].
 pub unsafe trait ReverseSearcher<'a>: Searcher<'a> {
     /// Performs the next search step starting from the back.