mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
fix fmt+lint
This commit is contained in:
parent
7c9a512a34
commit
0c3946dd5b
7 changed files with 68 additions and 81 deletions
|
@ -58,7 +58,7 @@ impl From<ScraperErrorKind> for ScraperError {
|
|||
|
||||
impl From<Context<ScraperErrorKind>> for ScraperError {
|
||||
fn from(inner: Context<ScraperErrorKind>) -> ScraperError {
|
||||
ScraperError { inner: inner }
|
||||
ScraperError { inner }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue