Documentation uses HRTB lifetime before declaring it #132879
Open
Description
opened on Nov 10, 2024
The str::rsplit_once
docs say <P as Pattern>::Searcher<'a>: for<'a> ReverseSearcher<'a>
where the code it's documenting says for<'a> P::Searcher<'a>: ReverseSearcher<'a>
.
This almost certainly shows up in other places but this is where I first noticed it.
Activity