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:
parent
6f38c2bc4c
commit
b679f2e1fa
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@ use std;
|
|||
use url::Url;
|
||||
use std::path::PathBuf;
|
||||
use chrono::NaiveDateTime;
|
||||
use error::{
|
||||
use crate::error::{
|
||||
ScraperError,
|
||||
ScraperErrorKind,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue