mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
shut up clippy
This commit is contained in:
parent
3b0db878a2
commit
196a106e7a
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ impl ArticleScraper {
|
|||
}
|
||||
None => {
|
||||
error!("Getting config failed due to bad Url");
|
||||
return Err(ScraperErrorKind::Config.into());
|
||||
Err(ScraperErrorKind::Config.into())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue