Bigger refactorings in module layout

This commit is contained in:
Armin Ronacher 2021-02-03 00:05:54 +01:00
parent cab87515bd
commit 4770479fd7
11 changed files with 185 additions and 187 deletions

View file

@ -9,7 +9,7 @@
use std::cmp::{max, min};
use std::ops::{Index, Range};
use crate::algorithms::DiffHook;
use crate::DiffHook;
/// Myers' diff algorithm.
///