Move all text functionality toplevel

This commit is contained in:
Armin Ronacher 2021-02-03 00:56:17 +01:00
parent de8d82ab63
commit 844769ae19
10 changed files with 96 additions and 118 deletions

View file

@ -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>);