Lint
This commit is contained in:
parent
a070872bd3
commit
df6ec254ca
4 changed files with 21 additions and 76 deletions
|
|
@ -245,7 +245,7 @@ where
|
|||
Operation::create_delete_with_text(
|
||||
order + overlap,
|
||||
text.chars()
|
||||
.skip((deleted_character_count - new_length) as usize)
|
||||
.skip(deleted_character_count - new_length)
|
||||
.collect::<String>(),
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue