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

shut up clippy

This commit is contained in:
Jan Lukas Gernert 2020-06-07 13:40:08 +02:00
parent 3b0db878a2
commit 196a106e7a

View file

@ -345,7 +345,7 @@ impl ArticleScraper {
} }
None => { None => {
error!("Getting config failed due to bad Url"); error!("Getting config failed due to bad Url");
return Err(ScraperErrorKind::Config.into()); Err(ScraperErrorKind::Config.into())
} }
} }
} }