Silence a clippy lint
This commit is contained in:
parent
158c28784d
commit
a4128af756
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ where
|
|||
New: Index<usize> + ?Sized,
|
||||
New::Output: PartialEq<Old::Output>,
|
||||
{
|
||||
#![allow(clippy::many_single_char_names)]
|
||||
if old_end > old_current && new_end > new_current {
|
||||
let old_span = old_end - old_current;
|
||||
let new_span = new_end - new_current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue