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

update to rust 2018

This commit is contained in:
Jan Lukas Gernert 2018-12-07 02:19:40 +01:00
parent 6f38c2bc4c
commit b679f2e1fa
3 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@ use std;
use url::Url;
use std::path::PathBuf;
use chrono::NaiveDateTime;
use error::{
use crate::error::{
ScraperError,
ScraperErrorKind,
};