Move all text functionality toplevel
This commit is contained in:
parent
de8d82ab63
commit
844769ae19
10 changed files with 96 additions and 118 deletions
|
|
@ -3,8 +3,7 @@ use std::fs::read;
|
|||
use std::process::exit;
|
||||
|
||||
use console::{style, Style};
|
||||
use similar::text::TextDiff;
|
||||
use similar::ChangeTag;
|
||||
use similar::{ChangeTag, TextDiff};
|
||||
|
||||
struct Line(Option<usize>);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue