1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

get rid of 'extern crate'

This commit is contained in:
Jan Lukas Gernert 2018-12-07 02:26:46 +01:00
parent b679f2e1fa
commit aa26e099df
6 changed files with 41 additions and 38 deletions

View file

@ -4,6 +4,7 @@ use std::fs;
use std::io;
use std::io::BufRead;
use failure::ResultExt;
use log::error;
use self::error::{ConfigError, ConfigErrorKind};
#[macro_use]