Apply suggestions from clippy 1.83

This commit is contained in:
Dirkjan Ochtman 2024-12-02 11:37:51 +01:00
parent 95dfdfad07
commit 5061a556e9
No known key found for this signature in database

View File

@ -248,7 +248,7 @@ impl<'a> Ascii<'a> {
}
}
impl<'a> Index<Range<usize>> for Ascii<'a> {
impl Index<Range<usize>> for Ascii<'_> {
type Output = str;
fn index(&self, index: Range<usize>) -> &Self::Output {