fix: Remove tide as it break compilation on the latest nightly

This commit is contained in:
Clément Renault
2019-06-18 13:40:46 +02:00
parent c39254bf98
commit b630e32c6a
4 changed files with 7 additions and 83 deletions

View File

@ -133,7 +133,7 @@ fn crop_text(
(text, matches)
}
fn main() -> Result<(), Box<Error>> {
fn main() -> Result<(), Box<dyn Error>> {
let _ = env_logger::init();
let opt = Opt::from_args();