mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-19 15:29:05 +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;
|
||||
|
||||
fn index(&self, index: Range<usize>) -> &Self::Output {
|
||||
|
Loading…
Reference in New Issue
Block a user