Move all text functionality toplevel
This commit is contained in:
parent
de8d82ab63
commit
844769ae19
10 changed files with 96 additions and 118 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use console::Style;
|
||||
use similar::text::TextDiff;
|
||||
use similar::ChangeTag;
|
||||
use similar::{ChangeTag, TextDiff};
|
||||
|
||||
fn main() {
|
||||
let diff = TextDiff::from_lines(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue