cargo fix --edition-idioms

pull/25/head
Wilfred Hughes 2019-11-22 14:06:46 +07:00
parent bbb9c37d14
commit 45e25f7796
1 changed files with 1 additions and 6 deletions

@ -1,9 +1,4 @@
extern crate clap;
extern crate colored;
extern crate diff;
extern crate itertools;
extern crate regex;
extern crate term_size;
use term_size;
mod diffs;
mod language;