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:
parent
b679f2e1fa
commit
aa26e099df
6 changed files with 41 additions and 38 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue