Better split functionality between toplevel and algorithms
This commit is contained in:
parent
4770479fd7
commit
de8d82ab63
9 changed files with 59 additions and 48 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::fmt;
|
||||
use std::ops::{Index, Range};
|
||||
|
||||
use crate::hook::DiffHook;
|
||||
use crate::algorithms::DiffHook;
|
||||
|
||||
/// An enum representing a diffing algorithm.
|
||||
#[derive(Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue