mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-31 21:22:11 +00:00
Apply suggestions from clippy 1.83
This commit is contained in:
parent
95dfdfad07
commit
5061a556e9
@ -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;
|
type Output = str;
|
||||||
|
|
||||||
fn index(&self, index: Range<usize>) -> &Self::Output {
|
fn index(&self, index: Range<usize>) -> &Self::Output {
|
||||||
|
Loading…
Reference in New Issue
Block a user