1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

[ci] add fmt + lint checking

This commit is contained in:
Felix Buehler 2020-05-29 18:55:29 +02:00
parent 0c3946dd5b
commit fa54b82e52
2 changed files with 21 additions and 1 deletions

View file

@ -483,7 +483,7 @@ impl ArticleScraper {
}
error!("Failed to get parent of iframe");
return Err(ScraperErrorKind::Xml.into());
// return Err(ScraperErrorKind::Xml.into());
}
Ok(())
}