Use crate utils
This commit is contained in:
parent
5d5eedd567
commit
c02f84a476
3 changed files with 2 additions and 88 deletions
|
|
@ -25,9 +25,10 @@ use std::time::Instant;
|
|||
use std::vec;
|
||||
|
||||
use crate::tokenizer::token::Token;
|
||||
use crate::utils::common_prefix_len::common_prefix_len;
|
||||
use crate::utils::common_suffix_len::common_suffix_len;
|
||||
|
||||
use super::raw_operation::RawOperation;
|
||||
use super::utils::{common_prefix_len, common_suffix_len};
|
||||
|
||||
/// Myers' diff algorithm.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue