mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
clippy
This commit is contained in:
parent
b541cd73f8
commit
da12fcdab6
1 changed files with 1 additions and 1 deletions
|
@ -795,6 +795,6 @@ impl Util {
|
||||||
as_html: true,
|
as_html: true,
|
||||||
non_significant_whitespace: false,
|
non_significant_whitespace: false,
|
||||||
});
|
});
|
||||||
std::fs::write(filename, &html).unwrap();
|
std::fs::write(filename, html).unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue